PresentationObject.Feature Property
Gets the Feature that generated this PresentationObject.
Syntax
public Feature Feature { get; }
Property Value
The feature that generated this presentation object.
Remarks
This property returns null unless you set Visualizer.PickingSupport to Extended. It will also return null if Type is Plot.
The feature that generates a presentation object is often not a feature that belongs to a data set but a copy that has been modified an operator chain before being visualized. Use the SourceFeature to access the original feature.
Platforms
Windows, Linux, Android