IAcadToolbarItemGetBitmaps Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void GetBitmaps(
out string SmallIconName,
out string LargeIconName
)
Sub GetBitmaps (
<OutAttribute> ByRef SmallIconName As String,
<OutAttribute> ByRef LargeIconName As String
)
void GetBitmaps(
[OutAttribute] String^% SmallIconName,
[OutAttribute] String^% LargeIconName
)
abstract GetBitmaps :
SmallIconName : string byref *
LargeIconName : string byref -> unit
Parameters
- SmallIconName
- Type: SystemString
- LargeIconName
- Type: SystemString
See Also