Gets the scattering point provider type enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEScatteringPointProviderType |
[C#] |
---|
public AgEScatteringPointProviderType Type {get;} |
[Managed C++] |
---|
public: __property AgEScatteringPointProviderType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEScatteringPointProviderType * pType ); |
[Java] |
---|
public AgEScatteringPointProviderType getType(); |
[Python - STK API ![]() |
---|
@property def Type(self) -> "AgEScatteringPointProviderType": |