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