TopoCreateEmptyNamedSeed Method
Description
Creates a new, empty transient Named Seed  object.
 object.
Syntax
| Visual Basic | 
|---|
| Public Function TopoCreateEmptyNamedSeed( _ ByVal seed As String, _ ByVal nDataset As Long _ ) As Integer | 
Parameters
- seed
- The name of the new Named Seed object.
- nDataset
- The serial number of the topological dataset. The serial number can be obtained from the Dataset property of an overlay, or from the GetDataset, FindExternalDataset or TopoGetNamedSeedDataset methods.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.TopoCreateEmptyNamedSeed ("Park", GetInt (SIS_OT_OVERLAY, 0, "_nDataset&")
Creates a new, empty transient seed called Park on the current dataset.
 Search Tips
Search Tips