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





Windows & Linux

Description

This method is deprecated. Use RemoveNamedConstraintEx instead. Removes a constraint with the given name from the collection.

Syntax

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

Parameters

CnstrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.