STK ObjectsSend comments on this topic.
SetMethod Method (IAgFmDefDilutionOfPrecision)
See Also
Method
Windows





Windows & Linux

Description

Set a static DOP value over the entire coverage interval.

Syntax

[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:

Parameters

Method

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.