Sampling method strategy.
Read-only property
[Visual Basic .NET] |
---|
Public Property Strategy() As IAgSamplingMethodStrategy |
[C#] |
---|
public IAgSamplingMethodStrategy Strategy {get;} |
[Managed C++] |
---|
public: __property IAgSamplingMethodStrategy ^ get_Strategy(); |
[Unmanaged C++] |
---|
public: HRESULT get_Strategy( IAgSamplingMethodStrategy ** ppVal ); |
[Java] |
---|
public IAgSamplingMethodStrategy getStrategy(); |
[Python - STK API ] |
---|
@property def Strategy(self) -> "IAgSamplingMethodStrategy": |