FaceDataSetMappers Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetMappers(
        Mapper[] mappers
)
 
Public Sub SetMappers ( 
        mappers As Mapper()
)
 
public:
void SetMappers(
        array<Mapper^>^ mappers
)
 
member SetMappers : 
        mappers : Mapper[] -> unit 
 
 
 
Parameters
- mappers
 
- Type: Teigha.GraphicsInterfaceMapper
 
 
See Also