AGI Real-Time Tracking Tool 11 Send 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 * pRetVal
);
public: HRESULT put_CalculationType(
AgERt3DistanceCalculation NewCalculationType
);

[Java]
public AgERt3DistanceCalculation getCalculationType();public void setCalculationType(
AgERt3DistanceCalculation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface