GeoLocationDataAddMeshPointMap
Method
|
Inserts a new design/reference point
association into the mesh.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void AddMeshPointMap(
int index,
Point2d sourcePt,
Point2d destPt
)
Public Sub AddMeshPointMap (
index As Integer,
sourcePt As Point2d,
destPt As Point2d
)
public:
void AddMeshPointMap(
int index,
Point2d sourcePt,
Point2d destPt
)
member AddMeshPointMap :
index : int *
sourcePt : Point2d *
destPt : Point2d -> unit
Parameters
- index Int32
- [in] Array index.
- sourcePt Point2d
- [in] Source point.
- destPt Point2d
- [in] Destination point.
See Also