Gets an array of available antenna objects that this object can link to and use.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedLinkedAntennaObjects() As System.Array |
[C#] |
---|
public System.Array SupportedLinkedAntennaObjects {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedLinkedAntennaObjects(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedLinkedAntennaObjects( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedLinkedAntennaObjects(); |