This .NET enum wraps the AcGiMaterialColor::Method ObjectARX enum. It provides values that define the color method used by setMethod() and Method().
Public Enum Method Inherit Override End Enum
public enum Method { Inherit, Override }
Members |
Description |
Inherit |
Uses the last color set in the stream. |
Override |
Overrides the current color with the color defined by setColor(). |
Comments? |