CameraProjectOperator.KeepAttributes Property
Gets or sets a value specifying whether the attributes from the read features are copied to the output features.
Syntax
public System.Boolean KeepAttributes { get; set; }
Property Value
Default: false
A value specifying whether the attributes from the read features are copied to the output features.
Remarks
The attributes attached to a frame feature and used to create the footprint mesh are usually not needed again upstream in the operator chain. An exception when the output of the CameraProjectOperator is used in a MosaicWriter with the MosaicStrategy best view. In this case the attributes are needed to calculate the best view.
Platforms
Windows, Linux, Android