MaterialMapFilter Property
|
Property that represents a map filter for this
material map. Currently map filters are not supported.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public MapFilter Filter { get; }
Public ReadOnly Property Filter As MapFilter
Get
public:
property MapFilter Filter {
MapFilter get ();
}
member Filter : MapFilter with get
Property Value
MapFilter
See Also