Share

DataShortcuts.DataShortcutManager.ExportableItem Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DataShortcutsDataShortcutsDataShortcutManagerExportableItem


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

Syntax

C#

public class ExportableItem

VB

Public Class ExportableItem

C++

public ref class ExportableItem

The DataShortcutsDataShortcutManagerExportableItem type exposes the following members.

Constructors

 NameDescription
Public methodDataShortcutsDataShortcutManagerExportableItemInitializes a new instance of the DataShortcutsDataShortcutManagerExportableItem class

Properties

 NameDescription
Public propertyDependentItems Dependent objects of the Civil 3D objects.
Public propertyDescription Description of the Civil 3D object.
Public propertyDirectChildrenItems Direct children objects of the Civil 3D object.
Public propertyDSEntityType The Civil 3D object can be shared as which type of the Data Shortcut.
Public propertyIndex Index of the Civil 3D object.
Public propertyIsExported Whether the Civil 3D object has already been exported in the current DS project or not.
Public propertyName Name of the Civil 3D object.
Public propertyParentItem Parent object of the Civil 3D object.
Public propertyRecursiveChildrenItems All children objects of the Civil 3D object.

See Also

Reference

Was this information helpful?