AGI STK Objects 11 Send comments on this topic.
DisableConstraint Method (IAgSnProjection)
See Also 
ConstraintName
The constraint name to disable.





Description

Disables the constraint with the name given.

Syntax

[Visual Basic .NET]
Public Sub DisableConstraint( _
   ByVal ConstraintName As String _
) 

[C#]
public void DisableConstraint(
string ConstraintName
);

[Managed C++]
public: void DisableConstraint(
String __gc ^ ConstraintName
);

[Java]
public  disableConstraint(
String ConstraintName
);

[Unmanaged C++]
public: HRESULT DisableConstraint(
BSTR ConstraintName
);

Parameters

ConstraintName
The constraint name to disable.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1