Indicates whether the Point contains any geometric information.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public override bool IsEmpty { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IsEmpty As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Point contains geometric information; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Refer to the IsEmpty property for more information.

See Also