Share

Subassembly.AssemblyId Property

Gets the ID of the Assembly this Subassembly belongs to.



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

Syntax

C#

public ObjectId AssemblyId { get; }

VB

Public ReadOnly Property AssemblyId As ObjectId
	Get

C++

public:
property ObjectId AssemblyId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?