STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT EnableConstraint(
    BSTR ConstraintName
);
[Java]
public void enableConstraint(
    String ConstraintName
);
[Python - STK API ]
def EnableConstraint(self, ConstraintName:str) -> None:

Parameters

ConstraintName
The constraint name to enable.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.