This document is archived and information here might be outdated.  Recommended version.


IPolarSeriesProperties.CircleClosed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPolarSeriesProperties Interface > IPolarSeriesProperties.CircleClosed Property
ArcGIS Developer Help

IPolarSeriesProperties.CircleClosed Property

Circle closed .

[Visual Basic .NET]
Public Property CircleClosed As Boolean
[C#]
public bool CircleClosed {get; set;}
[C++]
HRESULT get_CircleClosed(
  VARIANT_BOOL b
);
[C++]
HRESULT put_CircleClosed(
  Boolean* b
);
[C++]
Parameters
b [in]

b is a parameter of type bool b [out, retval]
b is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPolarSeriesProperties Interface