Given a constraint name, returns whether the specified constraint is active.
[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 ); |
[Python - STK API ] |
---|
def IsNamedConstraintActive(self, CnstrName:str) -> bool: |
- CnstrName