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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddPartFamilyByGuid(
DomainType domain,
string guid
)
Public Sub AddPartFamilyByGuid (
domain As DomainType,
guid As String
)
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