STK ObjectsSend comments on this topic.
EnabledConstraints Method (IAgSnProjection)
See Also
Windows





Windows & Linux

Description

Returns the enabled constraints.

Syntax

[Visual Basic .NET]
Public Function EnabledConstraints() As System.Array
[C#]
public System.Array EnabledConstraints();
[Managed C++]
public: System::Array EnabledConstraints();
[Unmanaged C++]
public: HRESULT EnabledConstraints(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray enabledConstraints();
[Python - STK API ]
def EnabledConstraints(self) -> list:

Return Type

An array of enabled constraints.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.