parse method

parse

Converts the string representation of edges to its class equivalent.

Returns

An instance of TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter.

def parse(self, s):
    ...
Parameter Type Description
s System.String A string that contains edges to convert.

Exceptions

Exception Description
ArgumentException s does not represent edges in a valid format.

See Also