AGI STK Objects 11 Send comments on this topic.
RemoveNamedConstraint Method (IAgAccessConstraintCollection)
See Also 
CnstrName





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1