Gets the Document associated with the DBObject. Not implemented.
Gets the Document associated with the DBObject. Not implemented.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public virtual Object Document { get; }
Visual Basic
Public Overridable ReadOnly Property Document As Object
	Get
Visual C++
public:
virtual property Object^ Document {
	Object^ get ();
}

See Also