AGI STK VGT 11 Send comments on this topic.
IsTypeSupported Method (IAgCrdnConditionSetFactory)
See Also 
EType





Description

Returns whether the specified type is supported.

Syntax

[Visual Basic .NET]
Public Function IsTypeSupported( _
   ByVal EType As AgECrdnConditionSetType _
) As Boolean

[C#]
public bool IsTypeSupported(
AgECrdnConditionSetType EType
);

[Managed C++]
public: bool IsTypeSupported(
AgECrdnConditionSetType EType
);

[Java]
public bool isTypeSupported(
AgECrdnConditionSetType EType
);

[Unmanaged C++]
public: HRESULT IsTypeSupported(
AgECrdnConditionSetType EType,
VARIANT_BOOL * ReturnValue
);

Parameters

EType
Member Value Description
eCrdnConditionSetTypeUnknown -1 Unknown or unsupported condition set types.
eCrdnConditionSetTypeScalarThresholds 0 Condition set placing multiple thresholds on specified scalar.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1