User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_dimensiontype

Table of Contents

TGIS_DimensionType enum

DK11 for .NET | TatukGIS.NDK.TGIS_DimensionType | Enums

Types of dimension.

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

Syntax

// C#
[Flags]
public enum TGIS_DimensionType
{
  Unknown, XY, XYZ, XYM, XYZM
}
' VisualBasic
<Flags()> _
Public Enum TGIS_DimensionType
  Unknown
  XY
  XYZ
  XYM
  XYZM
End Enum
// Oxygene
type
  TGIS_DimensionType = public flags (
    Unknown, XY, XYZ, XYM, XYZM
  );

Members

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

2022/11/30 19:27

Page Tools