Tests whether the specified VGT feature is supported.
[Visual Basic .NET] |
---|
Public Function Supports( _ ByVal Feature As IFeatureAgECrdnKind _ ) As Boolean |
[C#] |
---|
public bool Supports( |
[Managed C++] |
---|
public: bool Supports( |
[Java] |
---|
public bool supports( |
[Unmanaged C++] |
---|
public: HRESULT Supports( |
- Feature
A feature to test.Member Value Description eCrdnKindUnknown -1 Unsupported component kind. eCrdnKindInvalid 0 Invalid component. eCrdnKindAxes 1 Axes component. eCrdnKindAngle 2 Angle component. eCrdnKindVector 3 Vector component. eCrdnKindPoint 4 Point component. eCrdnKindPlane 5 Plane component. eCrdnKindSystem 6 System component. eCrdnKindEvent 7 An event. eCrdnKindEventArray 8 An event array. eCrdnKindEventInterval 9 An event interval. eCrdnKindEventIntervalCollection 10 An event interval collection. eCrdnKindEventIntervalList 11 A list of event intervals. eCrdnKindParameterSet 12 A parameter set. eCrdnKindCalcScalar 13 A scalar. eCrdnKindCondition 14 A condition. eCrdnKindConditionSet 15 A condition set. eCrdnKindVolumeGrid 16 A volume grid. eCrdnKindVolume 17 A volume.