Whether the Civil 3D object has already been exported in the current DS project or not.
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool IsExported { get; }Visual Basic
Public ReadOnly Property IsExported As Boolean
GetVisual C++
public: property bool IsExported { bool get (); }