MaterialOpacityComponentMap Property
|
Property that represents material component
maps. Maps are described by dimension, source, format, and mapping
properties.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public MaterialMap Map { get; }
Public ReadOnly Property Map As MaterialMap
Get
public:
property MaterialMap^ Map {
MaterialMap^ get ();
}
member Map : MaterialMap with get
Property Value
MaterialMap
See Also