Whether the Civil 3D object has already been exported in the current DS project or not.

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

Syntax

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

See Also