CorridorOperator2D.Margin Property
Gets or sets a margin in meters, added to the view area when requesting data from the input operator.
Syntax
public System.Double Margin { get; set; }
Property Value
Default: 100000.0
A margin added to the view area when requesting data from the input operator, specified in meters.
Remarks
Since a corridor is wider than the original line, the corridor may be partially visible in the view when the line is not. Therefore, the operator must extend the View.Area when requesting input lines. The extension margin must be greater than both LeftWidth and RightWidth, but the values of the two widths are not always known when the request is made, since they may depend on attributes of the input features. That is why you must specify an explicit Margin that is large enough.
Platforms
Windows, Linux, Android