Share

BaselineRegion.AssemblyId Property

Gets or sets the ObjectId of the Assembly associated with this BaselineRegion.



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

Syntax

C#

public ObjectId AssemblyId { get; set; }

VB

Public Property AssemblyId As ObjectId
	Get
	Set

C++

public:
property ObjectId AssemblyId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?