GeoLocationDataGetMeshPointMap
Method
|
Gets the source point and destination point
pair at the specified index.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public MeshPointMap GetMeshPointMap(
int index
)
Public Function GetMeshPointMap (
index As Integer
) As MeshPointMap
public:
MeshPointMap GetMeshPointMap(
int index
)
member GetMeshPointMap :
index : int -> MeshPointMap
Parameters
- index Int32
- [in] Index at which to get the pair.
Return Value
MeshPointMap
MeshPointMap that contains source and destination points.
See Also