AGI STK Objects 11 Send comments on this topic.
ArcGranularity Property (IAgVePropagatorGreatArc)
See Also 





Description

The frequency of interpolated points. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ArcGranularity();
public: __property void set_ArcGranularity(
double
);

[Unmanaged C++]
public: HRESULT get_ArcGranularity(
double * pRetVal
);
public: HRESULT put_ArcGranularity(
double NewArcGranularity
);

[Java]
public double getArcGranularity();public void setArcGranularity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1