Share

Subassembly.SubassemblyHookTo Property

Gets the object id of the Subassembly which it hook to



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

Syntax

C#

public ObjectId SubassemblyHookTo { get; }

VB

Public ReadOnly Property SubassemblyHookTo As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

It returns null when (1) the Subassembly isn't in an Assembly (2) or the Subassembly is in an Assembly and hook to this assembly

See Also

Reference

Was this information helpful?