STK ObjectsSend comments on this topic.
IsNamedConstraintSupported Method (IAgAccessConstraintCollection)
See Also
CnstrName
Windows





Windows & Linux

Description

Is the named constraint supported for this object.

Syntax

[Visual Basic .NET]
Public Function IsNamedConstraintSupported( _
    ByVal CnstrName As String _
) As Boolean
[C#]
public bool IsNamedConstraintSupported(
    string CnstrName
);
[Managed C++]
public: bool IsNamedConstraintSupported(
    String __gc ^ CnstrName
);
[Unmanaged C++]
public: HRESULT IsNamedConstraintSupported(
    BSTR CnstrName,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isNamedConstraintSupported(
    String CnstrName
);
[Python - STK API ]
def IsNamedConstraintSupported(self, CnstrName:str) -> bool:

Parameters

CnstrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.