StylesRootPartsListSet Property |
Gets the collection of parts list in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PartsListCollection PartsListSet { get; }
Public ReadOnly Property PartsListSet As PartsListCollection
Get
public:
property PartsListCollection^ PartsListSet {
PartsListCollection^ get ();
}
Property Value
PartsListCollection
Example1PartsListCollection oPartListCollection = doc.Styles.PartsListSet;
2ed.WriteMessage("Number of parts lists in document: {0}\n", oPartListCollection.Count);
See Also