AugmentedPolylineCurve3dSetPointAt Method
 | 
Sets the point at the specified index.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public void SetPointAt(
        int index,
        Point3d point
)
 
Public Sub SetPointAt ( 
        index As Integer,
        point As Point3d
)
 
public:
void SetPointAt(
        int index, 
        Point3d point
)
 
member SetPointAt : 
        index : int * 
        point : Point3d -> unit 
 
 
 
Parameters
- index  Int32
 
- [in] Index at which the point should be retrieved.
 
- point  Point3d
 
- [in] Point that is set at the specified index.
 
 
See Also