Gets the scattering point's scattering model component name.
Read-only property
[Visual Basic .NET] |
---|
Public Property ScatteringPointModel() As String |
[C#] |
---|
public string ScatteringPointModel {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ScatteringPointModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScatteringPointModel( BSTR * pName ); |
[Java] |
---|
public String getScatteringPointModel(); |