STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsNamedConstraintActive(
    BSTR CnstrName,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isNamedConstraintActive(
    String CnstrName
);
[Python - STK API ]
def IsNamedConstraintActive(self, CnstrName:str) -> bool:

Parameters

CnstrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.