PartsListAddPartFamilyByDescription Method |
Adds a part family referenced by unique description of current active catalog to this parts list.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddPartFamilyByDescription(
DomainType domain,
string description
)
Public Sub AddPartFamilyByDescription (
domain As DomainType,
description As String
)
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