Share

StylesRoot.PartsListSet Property

Gets the collection of parts list in the database.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PartsListCollection PartsListSet { get; }

VB

Public ReadOnly Property PartsListSet As PartsListCollection
	Get

C++

public:
property PartsListCollection^ PartsListSet {
	PartsListCollection^ get ();
}

Property Value

PartsListCollection

Example

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

See Also

Reference

Was this information helpful?