Gets the sampling method.
Read-only property
[Visual Basic .NET] |
---|
Public Property SamplingMethod() As IAgCommSystemAccessSamplingMethod |
[C#] |
---|
public IAgCommSystemAccessSamplingMethod SamplingMethod {get;} |
[Managed C++] |
---|
public: __property IAgCommSystemAccessSamplingMethod ^ get_SamplingMethod(); |
[Unmanaged C++] |
---|
public: HRESULT get_SamplingMethod( IAgCommSystemAccessSamplingMethod ** ppVal ); |
[Java] |
---|
public IAgCommSystemAccessSamplingMethod getSamplingMethod(); |
[Python - STK API ] |
---|
@property def SamplingMethod(self) -> "IAgCommSystemAccessSamplingMethod": |