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 * pVal
);
public: HRESULT put_ArcGranularity(
double ArcGranularity
);
|
[Java] |
---|
public double getArcGranularity();
public void setArcGranularity(
double
);
|
[Python - STK API] |
---|
@property
def ArcGranularity(self) -> float:
@ArcGranularity.setter
def ArcGranularity(self, ArcGranularity:float) -> None:
|
See Also