DK11 for .NET | TatukGIS.NDK.TGIS_Shape.UpdatePoint3D | Constructors | Fields | Methods | Properties
Update point value in 3D.
// C# public virtual abstract void UpdatePoint3D( int _part, int _pos, TGIS_Point3D _ptg );
' VisualBasic Public Overridable MustOverride Sub UpdatePoint3D( ByVal _part As Integer, ByVal _pos As Integer, ByVal _ptg As TGIS_Point3D )
// Oxygene public procedure UpdatePoint3D( _part : Integer; _pos : Integer; _ptg : TGIS_Point3D ); virtual; abstract;
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
_pos | int Integer | point number |
_ptg | TGIS_Point3D | point to be set; in layer units |