Share

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().

C#

public enum Method {
  Inherit,
  Override
}

Visual Basic

Public Enum Method
  Inherit
  Override
End Enum

Members

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

Was this information helpful?