CameraProjectOverlay.MaxRange Property
Gets or sets the maximal 3D distance from the camera, for which the image can be projected to the ground.
Syntax
public AttributeVariable< System.Double > MaxRange { get; set; }
Property Value
Default: 10000.0
The maximal 3D distance from the camera, in meters, for which the image can be projected to the ground.
Remarks
This property does not have to be a constant. Since it is an attribute variable, it can take its value from an attribute of the image feature, or from a user-defined update attribute from the View. Choose the lowest possible value as increased range will impact both performance and precision of the projection.
Platforms
Windows, Linux, Android