AGI STK Objects 11 Send comments on this topic.
GetAccessBetweenObjectsByPath Method (IAgScenario)
See Also 
ObjectPath1
ObjectPath2





Description

Returns the access object currently associated with the two STK objects specified using their paths. The paths can be fully-qualified or truncated.

Syntax

[Visual Basic .NET]
Public Function GetAccessBetweenObjectsByPath( _
   ByVal ObjectPath1 As String, _
   ByVal ObjectPath2 As String _
) As IAgStkAccess

[C#]
public IAgStkAccess GetAccessBetweenObjectsByPath(
string ObjectPath1,
string ObjectPath2
);

[Managed C++]
public: IAgStkAccess^ GetAccessBetweenObjectsByPath(
String __gc ^ ObjectPath1,
String __gc ^ ObjectPath2
);

[Java]
public IAgStkAccess getAccessBetweenObjectsByPath(
String ObjectPath1,
String ObjectPath2
);

[Unmanaged C++]
public: HRESULT GetAccessBetweenObjectsByPath(
BSTR ObjectPath1,
BSTR ObjectPath2,
IAgStkAccess ** ReturnValue
);

Parameters

ObjectPath1
ObjectPath2

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1