Returns the access object currently associated with the two STK objects specified using their paths. The paths can be fully-qualified or truncated.
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
- ObjectPath1
- ObjectPath2





