CadDrawTypeMode
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Represents possible modes for colorization of objects.
Enum Values
| Field | Description |
|---|---|
| UseDrawColor | Allows to use common color. |
| UseObjectColor | Allows to use separate color for every object. |
UseDrawColor
public static final int UseDrawColor
Allows to use common color.
Returns: int
UseObjectColor
public static final int UseObjectColor
Allows to use separate color for every object.
Returns: int