StylesRootPartsListSet Property

Gets the collection of parts list in the database.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PartsListCollection PartsListSet { get; }

Property Value

PartsListCollection
Example
C#
1PartsListCollection oPartListCollection = doc.Styles.PartsListSet;
2ed.WriteMessage("Number of parts lists in document: {0}\n", oPartListCollection.Count);
See Also