STK Real-Time Tracking ToolSend comments on this topic.
CalculationType Property (IAgRt3DistanceQuery)
See Also
Windows





Windows & Linux

Description

The type of distance calculation to perform.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalculationType() As AgERt3DistanceCalculation
[C#]
public AgERt3DistanceCalculation CalculationType {get; set;}
[Managed C++]
public: __property AgERt3DistanceCalculation get_CalculationType();
public: __property void set_CalculationType( AgERt3DistanceCalculation );
[Unmanaged C++]
public: HRESULT get_CalculationType(
    AgERt3DistanceCalculation * pCalculationType
);
public: HRESULT put_CalculationType(
    AgERt3DistanceCalculation CalculationType
);
[Java]
public AgERt3DistanceCalculation getCalculationType();
public void setCalculationType(
    AgERt3DistanceCalculation
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.