A sampling method type.
Read-only property
[Visual Basic .NET] |
---|
Public Property MethodType() As AgECrdnSamplingMethod |
[C#] |
---|
public AgECrdnSamplingMethod MethodType {get;} |
[Managed C++] |
---|
public: __property AgECrdnSamplingMethod get_MethodType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MethodType( AgECrdnSamplingMethod * pRetVal ); |
[Java] |
---|
public AgECrdnSamplingMethod getMethodType(); |
[Python - STK API ] |
---|
@property def MethodType(self) -> "AgECrdnSamplingMethod": |