Gets or sets the sampling method type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SamplingMethodType() As AgECommSystemAccessSamplingMethodType |
| [C#] |
|---|
public AgECommSystemAccessSamplingMethodType SamplingMethodType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECommSystemAccessSamplingMethodType get_SamplingMethodType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECommSystemAccessSamplingMethodType getSamplingMethodType(); public void setSamplingMethodType( AgECommSystemAccessSamplingMethodType ); |
[Python - STK API ] |
|---|
@property def SamplingMethodType(self) -> "AgECommSystemAccessSamplingMethodType": @SamplingMethodType.setter def SamplingMethodType(self, val:"AgECommSystemAccessSamplingMethodType") -> None: |






