| 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)
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).
DraftSight V1R1.2
Syntax