DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Create_2 | Methods | Properties
Create an instance and attach it to existing global list.
// C# public void Create_2( ITGIS_CSAbstractList _lst, WordBool _unique_id, WordBool _unique_wkt );
' VisualBasic Public Sub Create_2( ByVal _lst As ITGIS_CSAbstractList, ByVal _unique_id As WordBool, ByVal _unique_wkt As WordBool )
// Oxygene public procedure Create_2( _lst : ITGIS_CSAbstractList; _unique_id : WordBool; _unique_wkt : WordBool );
Name | Type | Description |
---|---|---|
_lst | ITGIS_CSAbstractList | pointer to existing global list |
_unique_id | WordBool | if true the exception will be raised if object ID is not unique |
_unique_wkt | WordBool | if true the exception will be raised if object WKT is not unique |