AGI STK VGT 11 Send comments on this topic.
Supports Method (IAgCrdnProvider)
See Also 
Feature
A feature to test.





Description

Tests whether the specified VGT feature is supported.

Syntax

[Visual Basic .NET]
Public Function Supports( _
   ByVal Feature As IFeatureAgECrdnKind _
) As Boolean

[C#]
public bool Supports(
IFeatureAgECrdnKind Feature
);

[Managed C++]
public: bool Supports(
IFeatureAgECrdnKind ^ Feature
);

[Java]
public bool supports(
IFeatureAgECrdnKind Feature
);

[Unmanaged C++]
public: HRESULT Supports(
IFeatureAgECrdnKind * Feature,
VARIANT_BOOL * ReturnValue
);

Parameters

Feature
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.
A feature to test.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1