Visual Basic | |
---|---|
Sub GetRawData( _ ByRef Address As System.String, _ ByRef Sublocation As System.String, _ ByRef Description As System.String _ ) |
C# | |
---|---|
void GetRawData( out System.string Address, out System.string Sublocation, out System.string Description ) |
JavaScript | |
---|---|
GetRawData( ) : { Address : String, Sublocation : String, Description : String } |
COM native C++ | |
---|---|
HRESULT GetRawData( BSTR* Address, BSTR* Sublocation, BSTR* Description ) |
C++ | |
---|---|
DSRESULT GetRawData( dsString* Address, dsString* Sublocation, dsString* Description ) |
Parameters
- Address[out]
- URL of the web page, path and file name of the file, or an email address
- Sublocation[out]
- URL of the web page or the path and file name of the file, if the web page or file exists
- Description[out] or Return Value
- ToolTip of the hyperlink
DraftSight V1R1.3