LevelOfDetailOperator.Criteria Property
Gets or sets the criteria that should be used for selecting input.
Syntax
public LevelOfDetailCriteria Criteria { get; set; }
Property Value
Default: Scale
Specifies whether limit values are interpreted as scales or resolution.
Remarks
You can choose between scale and resolution.
Scale: the LevelOfDetail.Limit values of the Inputs are interpreted as (inverted) scales, by which the View scale is compared.
Resolution: the LevelOfDetail.Limit values are interpreted as resolutions (in meters), by which the View resolution is compared.
Platforms
Windows, Linux, Android