Description
Returns the list of scattering model component names which the plugin intends to set on the returned clutter patches.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ScatteringModelComponentNames() As System.Array
|
| [C#] |
|---|
public System.Array ScatteringModelComponentNames {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_ScatteringModelComponentNames();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ScatteringModelComponentNames(
SAFEARRAY * * ppArray
);
|
| [Java] |
|---|
public AgSafeArray getScatteringModelComponentNames();
|
See Also