GetRegisteredApplications Method (IDocument) Send Feedback
See Also 
ApplicationNameStrArray[out]
Array of the names of the registered applications for the document's custom data (see Remarks)
Gets the names of the registered applications for the document's custom data.

Syntax

Visual Basic 
Function GetRegisteredApplications() As System.Object
C# 
System.object GetRegisteredApplications()
JavaScript 
GetRegisteredApplications() : Array
COM native C++ 
HRESULT GetRegisteredApplications(
   VARIANT* ApplicationNameStrArray
)  
C++ 
DSRESULT GetRegisteredApplications(
   dsStringArray* ApplicationNameStrArray
)  

Parameters

ApplicationNameStrArray[out] or Return Value
Array of the names of the registered applications for the document's custom data (see Remarks)

Remarks

The name of a registered application should be unique so that its custom data is not confused with that of other programs. A registered application name can contain letters, numbers, and these special characters: $ (dollar sign), - (hyphen), and _ (underscore).

 

See Also

Availability

DraftSight V1R1.2