Share

DataShortcuts.DataShortcutManager.ExportableItem Constructor

Initializes a new instance of the DataShortcutsDataShortcutManagerExportableItem class



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

Syntax

C#

public ExportableItem(
	int index,
	string name,
	string description,
	DataShortcutEntityType dsEntityType,
	bool isExported
)

VB

Public Sub New ( 
	index As Integer,
	name As String,
	description As String,
	dsEntityType As DataShortcutEntityType,
	isExported As Boolean
)

C++

public:
ExportableItem(
	int index, 
	String^ name, 
	String^ description, 
	DataShortcutEntityType dsEntityType, 
	bool isExported
)

Parameters

index  Int32
 
name  String
 
description  String
 
dsEntityType  DataShortcutEntityType
 
isExported  Boolean
 

See Also

Reference

Was this information helpful?