Share

DataShortcuts.DataShortcutManager.ExportableItem.IsExported Property

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.8.0.280

Syntax

C#

public bool IsExported { get; }

VB

Public ReadOnly Property IsExported As Boolean
	Get

C++

public:
property bool IsExported {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?