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





Description

Enables the constraint with the name given.

Syntax

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

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

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

[Java]
public  enableConstraint(
String ConstraintName
);

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

Parameters

ConstraintName
The constraint name to enable.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1