Represents the kind of feature that this Command object is.
Visual Basic |
---|
Public Property Feature As ENUM_FEATURE_TYPES |
Read-only ENUM_FEATURE_TYPES. If it is not a feature it will return F_NONE. Otherwise it will return a value from the following list.
Type of Feature |
Return Value |
---|---|
POINT |
F_POINT |
CIRCLE |
F_CIRCLE |
SPHERE |
F_SPHERE |
LINE |
F_LINE |
CONE |
F_CONE |
CYLINDER |
F_CYLINDER |
PLANE |
F_PLANE |
CURVE |
F_CURVE |
SLOT |
F_SLOT |
SET |
F_SET |
ELLIPSE |
F_ELLIPSE |
SURFACE |
F_SURFACE |