AGI STK Objects 11 Send comments on this topic.
RemoveNamedConstraint 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 RemoveNamedConstraint( _
   ByVal CnstrName As String _
) 

[C#]
public void RemoveNamedConstraint(
string CnstrName
);

[Managed C++]
public: void RemoveNamedConstraint(
String __gc ^ CnstrName
);

[Java]
public  removeNamedConstraint(
String CnstrName
);

[Unmanaged C++]
public: HRESULT RemoveNamedConstraint(
BSTR CnstrName
);

Parameters

CnstrName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface