UsePartListDescriptionForNewParts Property

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.4.208.0

Syntax

C#

public PropertyBoolean UsePartListDescriptionForNewParts { get; }

Visual Basic

Public ReadOnly Property UsePartListDescriptionForNewParts As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ UsePartListDescriptionForNewParts {
	PropertyBoolean^ get ();
}

Remarks

Set to true if you want new pipes and structures to inherit their description from the parts list size name versus using the part family from the part catalog.

See Also