CreateTin Method
Description
Create a Triangular Irregular Network (TIN) or MultiPolygon from items in a named list. A TIN is a special type of surface item. If a Group is open, then graphics are added to the Group, otherwise a new Item is created.
Syntax
Visual Basic |
---|
Public Function CreateTin( _ ByVal list As String _ ) As Integer |
Parameters
- list
-
A Named List containing items which will be used to create the TIN or MultiPolygon.
If the items are Points the x,y origin of the point will be used.
If the items are LineStrings or Polygons the vertices will be used.
Remarks
Example
sis.CreateTin ("List1")