This .NET class wraps the AcDbHatch::GradientPatternType ObjectARX enum.
Values in this enum indicate the source of the gradient pattern.
Public Enum GradientPatternType PreDefinedGradient UserDefinedGradient End Enum
public enum GradientPatternType { PreDefinedGradient, UserDefinedGradient }
Members |
Description |
PreDefinedGradient |
Indicates that the gradient name refers to one of the predefined gradient patterns |
UserDefinedGradient |
Indicates that the gradient name refers to one of the user-defined gradient patterns. |
Comments? |