ArcObjects Library Reference (DefenseSolutions)  

IGeoEllipse.GeoEllipsePointCount Property

Number of points for polygon representation of GeoEllipse.

[Visual Basic .NET]
Public Property GeoEllipsePointCount As Integer
[C#]
public int GeoEllipsePointCount {get; set;}
[C++]
HRESULT get_GeoEllipsePointCount(
  long* pdCount
);
[C++]
HRESULT put_GeoEllipsePointCount(
  long pdCount
);
[C++]

Parameters

pdCount [out, retval]   pdCount is a parameter of type long pdCount [in]   pdCount is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGeoEllipse Interface