VectorLayerAttributes Property

Gets the collection of custom attributes for features in this VectorLayer.

Namespace:  Aspose.Gis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override FeatureAttributeCollection Attributes { get; }

Property Value

Type: FeatureAttributeCollection
The collection of attributes.
See Also