Click or drag to resize

IMcBasicFeaturesFeaturesDimensionality Property

The dimensionality of features held by the collection.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property FeaturesDimensionality As Integer
	Get

Property Value

Type: Int32
Remarks
Point-like features have a FeaturesDimensionality of zero, line or polyline features have a FeaturesDimensionality of one, and planar region/area features have a FeaturesDimensionality of two.
See Also