AGI STK Graphics 11 Send comments on this topic.
Granularity Property (IAgStkGraphicsSurfaceTriangulatorResult)
See Also 





Description

Gets the granularity, in radians, used when the triangulation was computed. Lower granularities are more precise but create more triangles.

Property type

Read-only property

Syntax

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

[C#]
public double Granularity {get;}

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

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

[Java]
public double getGranularity();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1