Gets the Application associated with the DBObject. Not implemented.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual Object Application { get; }
VB
Public Overridable ReadOnly Property Application As Object Get
C++
public: virtual property Object^ Application { Object^ get (); }