VertexDataset_MappingCoords Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void set_MappingCoords(
        MapChannel mapChannel,
        Point3d[] coords
)
 
Public Sub set_MappingCoords ( 
        mapChannel As MapChannel,
        coords As Point3d()
)
 
public:
void set_MappingCoords(
        MapChannel mapChannel, 
        array<Point3d>^ coords
)
 
member set_MappingCoords : 
        mapChannel : MapChannel * 
        coords : Point3d[] -> unit 
 
 
 
Parameters
- mapChannel
 
- Type: Teigha.GraphicsInterfaceMapChannel
 
- coords
 
- Type: Teigha.GeometryPoint3d
 
 
See Also