Autodesk.AutoCAD.GraphicsInterface.Method Enumeration

Description

This .NET enum wraps the AcGiMaterialColor::Method ObjectARX enum. It provides values that define the color method used by setMethod() and Method().

Visual Basic

Public Enum Method
  Inherit
  Override
End Enum

C#

public enum Method {
  Inherit,
  Override
}

Members

Members Description
Inherit Uses the last color set in the stream.
Override Overrides the current color with the color defined by setColor().