| Visual Basic | |
|---|---|
Function GetToolbars( _ ByVal UiState As dsUIState_e _ ) As System.Object | |
| C# | |
|---|---|
System.object GetToolbars( dsUIState_e UiState ) | |
| JavaScript | |
|---|---|
GetToolbars( UiState : String ) : Array | |
| COM native C++ | |
|---|---|
HRESULT GetToolbars( dsUIState_e UiState, VARIANT* ToolbarArray ) | |
| C++ | |
|---|---|
DSRESULT GetToolbars( dsUIState_e UiState, dsObjectPtrArray* ToolbarArray ) | |
Parameters
- UiState
- Where to get the toolbars as defined in dsUIState_e
- ToolbarArray[out] or Return Value
- Array of toolbars
DraftSight V1R1
Syntax