Share

CivilDocument.SubassemblyCollection Property

Gets the ObjectId collection of SubAssembly objects in the drawing.



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

Syntax

C#

public SubassemblyCollection SubassemblyCollection { get; }

VB

Public ReadOnly Property SubassemblyCollection As SubassemblyCollection
	Get

C++

public:
property SubassemblyCollection^ SubassemblyCollection {
	SubassemblyCollection^ get ();
}

Property Value

SubassemblyCollection

See Also

Reference

Was this information helpful?