This indicates whether the referenced drawing can be found.

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

Syntax

C#
public bool IsSourceDrawingExistent { get; }
Visual Basic
Public ReadOnly Property IsSourceDrawingExistent As Boolean
	Get
Visual C++
public:
property bool IsSourceDrawingExistent {
	bool get ();
}

See Also