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