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


INewEllipseFeedback.StartCenter Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewEllipseFeedback.StartCenter Property

Indicates whether the first point indicates the center.

[Visual Basic .NET]
Public Property StartCenter As Boolean
[C#]
public bool StartCenter {get; set;}
[C++]
HRESULT get_StartCenter(
  VARIANT_BOOL* StartCenter
);
[C++]
HRESULT put_StartCenter(
  VARIANT_BOOL StartCenter
);
[C++]

Parameters StartCenter [out, retval] StartCenter is a parameter of type VARIANT_BOOL StartCenter [in] StartCenter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INewEllipseFeedback Interface