DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.UpdatePoint3D | Methods | Properties
Update point value in 3D.
// C# public void UpdatePoint3D( int _part, int _pos, ITGIS_Point3D _ptg );
' VisualBasic Public Sub UpdatePoint3D( ByVal _part As Integer, ByVal _pos As Integer, ByVal _ptg As ITGIS_Point3D )
// Oxygene public procedure UpdatePoint3D( _part : Integer; _pos : Integer; _ptg : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
_pos | int Integer | point number |
_ptg | ITGIS_Point3D | point to be set; in layer units |