Gets or sets whether the fitting will be drawn in the graph.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public override bool Draw { get; set; }
VB
Public Overrides Property Draw As Boolean Get Set
C++
public: virtual property bool Draw { bool get () override; void set (bool value) override; }