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





Windows & Linux

Description

Removes a constraint with the given name from the collection.

Syntax

[Visual Basic .NET]
Public Sub RemoveNamedConstraintEx( _
    ByVal CnstrName As String _
)
[C#]
public void RemoveNamedConstraintEx(
    string CnstrName
);
[Managed C++]
public: void RemoveNamedConstraintEx(
    String __gc ^ CnstrName
);
[Unmanaged C++]
public: HRESULT RemoveNamedConstraintEx(
    BSTR CnstrName
);
[Java]
public void removeNamedConstraintEx(
    String CnstrName
);
[Python - STK API ]
def RemoveNamedConstraintEx(self, CnstrName:str) -> None:

Parameters

CnstrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.