Get the labels identifying hierarchy of representations within parameter set.
Read-only property
[Visual Basic .NET] |
---|
Public Property Labels() As System.Array |
[C#] |
---|
public System.Array Labels {get;} |
[Managed C++] |
---|
public: __property System::Array get_Labels(); |
[Unmanaged C++] |
---|
public: HRESULT get_Labels( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getLabels(); |