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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.