DecomposeGeometry Method
Description
Break down items with complex geometry into separate items.
Syntax
Visual Basic |
---|
Public Function DecomposeGeometry( _ ByVal list As String _ ) As Integer |
Parameters
- list
- The named list storing items to be decomposed. On completion, the list will store only any newly separated items.
Remarks
The list must contain only items from classes which have subclasses that can be decomposed, e.g. the inclusion of point or text items in the list will raise an ‘invalid list’ error.
Available: GEO D OM OD SISpy
Group:
Example
sis.DecomposeGeometry ("List1")