Gets whether a new fitting is labeled by default when placed in profile view.
Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean FittingProfile { get; }
VB
Public ReadOnly Property FittingProfile As PropertyBoolean Get
C++
public: property PropertyBoolean^ FittingProfile { PropertyBoolean^ get (); }