DK for ActiveX | TatukGIS_XDK11.ITGIS_Point3D | Interfaces | Methods | Properties
Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.
// C# public interface ITGIS_Point3D: ITBaseObject { }
' VisualBasic Public Interface ITGIS_Point3D Implements ITBaseObject End Class
// Oxygene type ITGIS_Point3D = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| M | public | measure | |
| X | public | horizontal position | |
| Y | public | vertical position | |
| Z | public | altitude | |