Share

MassHaulLineStyle.FreeHaulOption Property

Gets the FreeHaulDisplayType enumeration that defines how to show the free haul in the graph.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public FreeHaulDisplayType FreeHaulOption { get; set; }

VB

Public Property FreeHaulOption As FreeHaulDisplayType
	Get
	Set

C++

public:
property FreeHaulDisplayType FreeHaulOption {
	FreeHaulDisplayType get ();
	void set (FreeHaulDisplayType value);
}

Property Value

FreeHaulDisplayType

See Also

Reference

Was this information helpful?