STK ObjectsSend comments on this topic.
GetExistingAccesses Method (IAgScenario)
See Also
Windows





Windows & Linux

Description

Returns an array of existing accesses in the current scenario. The result is a two-dimensional array of triplets where each triplet contains the paths of two objects participating in the access and a flag indicating whether the access is computed.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.