This method is deprecated. Use RemoveNamedConstraintEx instead. Removes a constraint with the given name from the collection.
[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: |
- CnstrName