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

Syntax

C#

public void AddPartFamilyByGuid(
	DomainType domain,
	string guid
)

Visual Basic

Public Sub AddPartFamilyByGuid ( _
	domain As DomainType, _
	guid As String _
)

Visual C++

public:
void AddPartFamilyByGuid(
	DomainType domain, 
	String^ guid
)

Parameters

domain
Type: Autodesk.Civil.DatabaseServices.DomainType
Specifies the domain of the part family to add
guid
Type: System.String
Specifies the GUID of the part family to add

See Also