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

Syntax

C#

public void AddPartFamilyByDescription(
	DomainType domain,
	string description
)

Visual Basic

Public Sub AddPartFamilyByDescription ( _
	domain As DomainType, _
	description As String _
)

Visual C++

public:
void AddPartFamilyByDescription(
	DomainType domain, 
	String^ description
)

Parameters

domain
Type: Autodesk.Civil.DatabaseServices.DomainType
Specifies the domain of the part family to add
description
Type: System.String
Specifies the description of the part family to add, the decription string should be unique within a given catalog

See Also