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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.