Returns true if this Subassembly has a parent Assembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool HasParentAssembly { get; }Visual Basic
Public ReadOnly Property HasParentAssembly As Boolean
GetVisual C++
public: property bool HasParentAssembly { bool get (); }