AGI STK Objects 11 Send comments on this topic.
IsNamedConstraintActive Method (IAgAccessConstraintCollection)
See Also 
CnstrName





Description

Given a constraint name, returns whether the specified constraint is active.

Syntax

[Visual Basic .NET]
Public Function IsNamedConstraintActive( _
   ByVal CnstrName As String _
) As Boolean

[C#]
public bool IsNamedConstraintActive(
string CnstrName
);

[Managed C++]
public: bool IsNamedConstraintActive(
String __gc ^ CnstrName
);

[Java]
public bool isNamedConstraintActive(
String CnstrName
);

[Unmanaged C++]
public: HRESULT IsNamedConstraintActive(
BSTR CnstrName,
VARIANT_BOOL * ReturnValue
);

Parameters

CnstrName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1