GetApiID Method (IToolbar) Send Feedback
See Also 
ApiUuid[out]
UUID of the add-in or non add-in application
Gets the UUID of the add-in or non add-in application for the toolbar.

Syntax

Visual Basic 
Function GetApiID() As System.String
C# 
System.string GetApiID()
JavaScript 
GetApiID() : String
COM native C++ 
HRESULT GetApiID(
   BSTR* ApiUuid
)  
C++ 
DSRESULT GetApiID(
   dsString* ApiUuid
)  

Parameters

ApiUuid[out] or Return Value
UUID of the add-in or non add-in application

Remarks

The return value is the string specified for IApplication::AddToolbar's ApiUuid parameter.
 

See Also

Availability

DraftSight V1R1.2