Feature.Geometry

Feature.Geometry property

Gets or sets geometry of the feature. Cannot be null, use Null to indicate missing geometry.

public IGeometry Geometry { get; set; }

Exceptions

exceptioncondition
ArgumentNullExceptionThe value is null.

See Also