Type of compute option to be used for navigation accuracy.
Read-only property
[Visual Basic .NET] |
---|
Public Property ComputeType() As AgEFmCompute |
[C#] |
---|
public AgEFmCompute ComputeType {get;} |
[Managed C++] |
---|
public: __property AgEFmCompute get_ComputeType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeType( AgEFmCompute * pVal ); |
[Java] |
---|
public AgEFmCompute getComputeType(); |
[Python - STK API ] |
---|
@property def ComputeType(self) -> "AgEFmCompute": |