VectorLayer.ConstructFeature
VectorLayer.ConstructFeature method
Creates (but does not add to the layer) a new feature with attributes matching the collection of attributes of this layer. When done with setting data for the feature, use Add
to add the feature to the layer.
public Feature ConstructFeature()
Return Value
A new feature.
Remarks
Changes to Attributes
are not allowed after calling this method.
See Also
- class Feature
- class VectorLayer
- namespace Aspose.Gis
- assembly Aspose.GIS