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






Windows & Linux

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
MemberValueDescription
eCrdnConditionSetTypeUnknown-1Unknown or unsupported condition set types.
eCrdnConditionSetTypeScalarThresholds0Condition set placing multiple thresholds on specified scalar.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.