CadDrawTypeMode

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

Represents possible modes for colorization of objects.

Enum Values

FieldDescription
UseDrawColorAllows to use common color.
UseObjectColorAllows 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