This .NET class wraps the AcDbHatch::HatchObjectType ObjectARX enum.
Values in this enum describe the type of a hatch object.
Public Enum HatchObjectType HatchObject GradientObject End Enum
public enum HatchObjectType { HatchObject, GradientObject }
Members |
Description |
HatchObject |
Indicates that the object is currently a classic hatch |
GradientObject |
Indicates that the object is currently a color gradient |
Comments? |