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)
Syntaxpublic override FeatureAttributeCollection Attributes { get; }Public Overrides ReadOnly Property Attributes As FeatureAttributeCollection
Get
public:
virtual property FeatureAttributeCollection^ Attributes {
FeatureAttributeCollection^ get () override;
}abstract Attributes : FeatureAttributeCollection with get
override Attributes : FeatureAttributeCollection with get
Property Value
Type:
FeatureAttributeCollection The collection of attributes.
See Also