Gets or sets the frequency of interpolated points. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ArcGranularity() As Double |
[C#] |
---|
public double ArcGranularity {get; set;} |
[Managed C++] |
---|
public: __property double get_ArcGranularity(); |
[Unmanaged C++] |
---|
public: HRESULT get_ArcGranularity( double * pVal ); public: HRESULT put_ArcGranularity( double ArcGranularity ); |
[Java] |
---|
public double getArcGranularity(); public void setArcGranularity( double ); |