Indicates the number of points used to draw the ellipsoid. Lower numbers create a better ellipsoid and higher numbers make the ellipsoid draw faster.
Read-write property
[Visual Basic .NET] |
---|
Public Property Granularity() As Double |
[C#] |
---|
public double Granularity {get; set;} |
[Managed C++] |
---|
public: __property double get_Granularity(); |
[Unmanaged C++] |
---|
public: HRESULT get_Granularity( double * pVal ); public: HRESULT put_Granularity( double Granularity ); |
[Java] |
---|
public double getGranularity(); public void setGranularity( double ); |