GetApiID Method (IMenuItem) 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 menu item.

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 IMenuItem::InsertMenuItem's ApiUuid parameter.
 

See Also

Availability

DraftSight V1R1.2