This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewEllipseFeedback Interface > INewEllipseFeedback.StartCenter Property (ArcObjects .NET 10.5 SDK) |
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