MaterialMapMapper Property
|
Property that represents a mapper associated
with this material map.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public Mapper Mapper { get; }
Public ReadOnly Property Mapper As Mapper
Get
public:
property Mapper^ Mapper {
Mapper^ get ();
}
member Mapper : Mapper with get
Property Value
Mapper
See Also