PartsListAddPartFamilyByGuid Method

Adds a part family referenced by unique GUID of current active catalog to this parts list. A parts list can only hold parts from the same catalog.

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

Parameters

domain  DomainType
Specifies the domain of the part family to add
guid  String
Specifies the GUID of the part family to add
See Also