Returns the station names.
Read-only property
[Visual Basic .NET] |
---|
Public Property StationNames() As System.Array |
[C#] |
---|
public System.Array StationNames {get;} |
[Managed C++] |
---|
public: __property System::Array get_StationNames(); |
[Unmanaged C++] |
---|
public: HRESULT get_StationNames( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getStationNames(); |