Returns the collection of objects used for the access.
Read-only property
[Visual Basic .NET] |
---|
Public Property AccessObjects() As IAgObjectLinkCollection |
[C#] |
---|
public IAgObjectLinkCollection AccessObjects {get;} |
[Managed C++] |
---|
public: __property IAgObjectLinkCollection ^ get_AccessObjects(); |
[Unmanaged C++] |
---|
public: HRESULT get_AccessObjects( IAgObjectLinkCollection ** ppVal ); |
[Java] |
---|
public IAgObjectLinkCollection getAccessObjects(); |
[Python - STK API ] |
---|
@property def AccessObjects(self) -> "IAgObjectLinkCollection": |