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.7.0.1276
Syntax
C#
public bool IsExported { get; }
VB
Public ReadOnly Property IsExported As Boolean Get
C++
public: property bool IsExported { bool get (); }