TopoCreateChain Method
Description
Creates a TopoLineString item from a Named Seed object.
Syntax
Visual Basic |
---|
Public Function TopoCreateChain( _ ByVal seed As String, _ ByVal category As String _ ) As Integer |
Parameters
- seed
- The Named Seed object from which the TopoLineString item will be created.
- category
- The category of the new TopoLineString item.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.TopoCreateChain ("MySeed", "BusRoute" )