SubassemblySubassemblyHookTo Property |
Gets the object id of the Subassembly which it hook to
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId SubassemblyHookTo { get; }
Public ReadOnly Property SubassemblyHookTo As ObjectId
Get
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