AGI STK Objects 11 Send comments on this topic.
Granularity Property (IAgVeWayPtAltitudeRefTerrain)
See Also 
Windows






Windows & Linux

Description

Defines the distance between sampling points along a vehicle route, used when waypoint altitudes are referenced to terrain. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Granularity() As Double

[C#]
public double Granularity {get; set;}

[Managed C++]
public: __property double get_Granularity();
public: __property void set_Granularity(
double
);

[Unmanaged C++]
public: HRESULT get_Granularity(
double * pRetVal
);
public: HRESULT put_Granularity(
double NewGranularity
);

[Java]
public double getGranularity();public void setGranularity(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface