Gets an array of supported aerosol model names.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedAerosolModels() As System.Array |
[C#] |
---|
public System.Array SupportedAerosolModels {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedAerosolModels(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedAerosolModels( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedAerosolModels(); |