Set a static DOP value over the entire coverage interval.
[Visual Basic .NET] |
---|
Public Sub SetMethod( _ ByVal Method As AgEFmMethod _ ) |
[C#] |
---|
public void SetMethod( AgEFmMethod Method ); |
[Managed C++] |
---|
public: void SetMethod( AgEFmMethod Method ); |
[Unmanaged C++] |
---|
public: HRESULT SetMethod( AgEFmMethod Method ); |
[Java] |
---|
public void setMethod( AgEFmMethod Method ); |
[Python - STK API ] |
---|
def SetMethod(self, Method:"AgEFmMethod") -> None: |
- Method