VectorLayer.GeometryType

VectorLayer.GeometryType property

Gets the type of the geometry for the layer.

public abstract GeometryType GeometryType { get; }

Property Value

The type of the geometry.

Exceptions

exceptioncondition
InvalidOperationExceptionis thrown if layer is opened write-only.

See Also