Share

DBObject.Document Property

Gets the Document 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 Document { get; }

VB

Public Overridable ReadOnly Property Document As Object
	Get

C++

public:
virtual property Object^ Document {
	Object^ get ();
}

Property Value

Object

See Also

Reference

Was this information helpful?