ScalarRouteHeightRoute Property |
Gets or sets the route from which to obtain the height for this scalar.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagatedRoute Route { get; set; }
Public Property Route As PropagatedRoute
Get
Set
public:
property PropagatedRoute^ Route {
PropagatedRoute^ get ();
void set (PropagatedRoute^ value);
}
member Route : PropagatedRoute with get, set
Property Value
Type:
PropagatedRouteSee Also