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