GeoLocationDataGetMeshPointMap Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
- Type: SystemInt32
Return Value
Type:
MeshPointMap
See Also