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






Windows & Linux

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
MemberValueDescription
eCrdnKindUnknown-1Unsupported component kind.
eCrdnKindInvalid0Invalid component.
eCrdnKindAxes1Axes component.
eCrdnKindAngle2Angle component.
eCrdnKindVector3Vector component.
eCrdnKindPoint4Point component.
eCrdnKindPlane5Plane component.
eCrdnKindSystem6System component.
eCrdnKindEvent7An event.
eCrdnKindEventArray8An event array.
eCrdnKindEventInterval9An event interval.
eCrdnKindEventIntervalCollection10An event interval collection.
eCrdnKindEventIntervalList11A list of event intervals.
eCrdnKindParameterSet12A parameter set.
eCrdnKindCalcScalar13A scalar.
eCrdnKindCondition14A condition.
eCrdnKindConditionSet15A condition set.
eCrdnKindVolumeGrid16A volume grid.
eCrdnKindVolume17A volume.
A feature to test.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.