STK UI CoreSend comments on this topic.
GetToolbarByID Method (IAgUiToolbarCollection)
See Also
ID
Windows





Windows & Linux

Description

Returns a toolbar object with the specified toolbar identifier. The identifier is a unique number assigned to a toolbar object.

Syntax

[Visual Basic .NET]
Public Function GetToolbarByID( _
    ByVal ID As Integer _
) As IAgUiToolbar
[C#]
public IAgUiToolbar GetToolbarByID(
    int ID
);
[Managed C++]
public: IAgUiToolbar^ GetToolbarByID(
    int ID
);
[Unmanaged C++]
public: HRESULT GetToolbarByID(
    long ID,
    IAgUiToolbar ** pVal
);
[Java]
public IAgUiToolbar getToolbarByID(
    int ID
);
[Python - STK API ]
def GetToolbarByID(self, ID:int) -> "IAgUiToolbar":

Parameters

ID

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.