PartsListAddPartFamilyByDescription Method

Adds a part family referenced by unique description of current active catalog to this parts list.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddPartFamilyByDescription(
	DomainType domain,
	string description
)

Parameters

domain  DomainType
Specifies the domain of the part family to add
description  String
Specifies the description of the part family to add, the decription string should be unique within a given catalog
See Also