Share

PartsList.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.8.0.280

Syntax

C#

public void AddPartFamilyByGuid(
	DomainType domain,
	string guid
)

VB

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

C++

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

Reference

Was this information helpful?