Specifies the default method used to populate the Description field for newly created parts.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean UsePartListDescriptionForNewParts { get; }
VB
Public ReadOnly Property UsePartListDescriptionForNewParts As PropertyBoolean Get
C++
public: property PropertyBoolean^ UsePartListDescriptionForNewParts { PropertyBoolean^ get (); }