STK ObjectsSend comments on this topic.
Uncertainties Property (IAgFmDefNavigationAccuracy)
See Also
Windows





Windows & Linux

Description

A constant value that represents angular standard deviation of measurements away from the direction between the object on which the coverage is defined and a particular asset. Constant values are specified in units of degrees.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Uncertainties() As IAgFmUncertainties
[C#]
public IAgFmUncertainties Uncertainties {get;}
[Managed C++]
public: __property IAgFmUncertainties ^ get_Uncertainties();
[Unmanaged C++]
public: HRESULT get_Uncertainties(
    IAgFmUncertainties ** ppVal
);
[Java]
public IAgFmUncertainties getUncertainties();
[Python - STK API ]
@property
def Uncertainties(self) -> "IAgFmUncertainties":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.