User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_dimensiontype

Table of Contents

TGIS_DimensionType enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_DimensionType | Enums

Types of dimension.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public enum TGIS_DimensionType
{
  Unknown = 1, XY = 2, XYZ = 4, XYM = 8, XYZM = 16
}
' VisualBasic
Public Enum TGIS_DimensionType
  Unknown = 1
  XY = 2
  XYZ = 4
  XYM = 8
  XYZM = 16
End Enum
// Oxygene
type
  TGIS_DimensionType = public (
    Unknown = 1, XY = 2, XYZ = 4, XYM = 8, XYZM = 16
  );

Members

Name Value Description
Unknown 1 has undefined dimension
XY 2 has 2D coordinate
XYZ 4 has Z coordinate
XYM 8 has M measure
XYZM 16 has Z coordinate and M measure

2022/11/30 19:06

Page Tools