SubassemblyHookTo Property

Gets the object id of the Subassembly which it hook to

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

Syntax

C#

public ObjectId SubassemblyHookTo { get; }

Visual Basic

Public ReadOnly Property SubassemblyHookTo As ObjectId
	Get

Visual C++

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

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