GeoLocationDataSetMeshPointMaps
Method
|
Sets source point and destination point pairs
of this GeoLocationData.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void SetMeshPointMaps(
Point2dCollection sourcePts,
Point2dCollection destPts
)
Public Sub SetMeshPointMaps (
sourcePts As Point2dCollection,
destPts As Point2dCollection
)
public:
void SetMeshPointMaps(
Point2dCollection^ sourcePts,
Point2dCollection^ destPts
)
member SetMeshPointMaps :
sourcePts : Point2dCollection *
destPts : Point2dCollection -> unit
Parameters
- sourcePts Point2dCollection
- [in] Collection of 2d points representing source points.
- destPts Point2dCollection
- [in] Collection of 2d points representing destination
points.
See Also