UnitConversionOperator.CreateMissingAttributes Property
Gets or sets a flag controlling whether missing attributes shall be created.
Syntax
public System.Boolean CreateMissingAttributes { get; set; }
Property Value
Default: false
True if missing attributes shall be created; otherwise, False.
Remarks
This property determines what to do if the incoming features are missing one or more of the attributes in Attributes.
If CreateMissingAttributes is False, UnitConversionOperator will simply ignore the missing attributes.
If CreateMissingAttributes is True, the missing attributes will be added to the features. The value of the new attributes will be as if the incoming attribute value had been 1.0.
Platforms
Windows, Linux, Android