IsSourceDrawingExistent Property

This indicates whether the referenced drawing can be found.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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