DK11 for ActiveX | TatukGIS_XDK11.TGIS_InsideType | Enums
Types of IsInside checking.
// C# public enum TGIS_InsideType { Full = 0, Centroid = 1, partial = 2 }
' VisualBasic Public Enum TGIS_InsideType Full = 0 Centroid = 1 partial = 2 End Enum
// Oxygene type TGIS_InsideType = public ( Full = 0, Centroid = 1, partial = 2 );
Name | Value | Description | |
---|---|---|---|
Full | 0 | Shape must be totally covered. | |
Centroid | 1 | Only centroid must be covered. | |
partial | 2 | Any part must be covered. | |