Inheritance Hierarchy
SystemObjectAutodesk.Civil.DataShortcutsDataShortcutsDataShortcutManagerExportableItem
Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class ExportableItem
VB
Public Class ExportableItem
C++
public ref class ExportableItem
The DataShortcutsDataShortcutManagerExportableItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataShortcutsDataShortcutManagerExportableItem | Initializes a new instance of the DataShortcutsDataShortcutManagerExportableItem class |
Properties
| Name | Description | |
|---|---|---|
| DependentItems | Dependent objects of the Civil 3D objects. | |
| Description | Description of the Civil 3D object. | |
| DirectChildrenItems | Direct children objects of the Civil 3D object. | |
| DSEntityType | The Civil 3D object can be shared as which type of the Data Shortcut. | |
| Index | Index of the Civil 3D object. | |
| IsExported | Whether the Civil 3D object has already been exported in the current DS project or not. | |
| Name | Name of the Civil 3D object. | |
| ParentItem | Parent object of the Civil 3D object. | |
| RecursiveChildrenItems | All children objects of the Civil 3D object. |
