Share

SettingsPipeNetwork.SettingsDefault.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.8.0.280

Syntax

C#

public PropertyBoolean UsePartListDescriptionForNewParts { get; }

VB

Public ReadOnly Property UsePartListDescriptionForNewParts As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

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

Reference

Was this information helpful?