| Visual Basic | |
|---|---|
Function GetCustomData( _ ByVal ApplicationName As System.String _ ) As CustomData | |
| C# | |
|---|---|
CustomData GetCustomData( System.string ApplicationName ) | |
| JavaScript | |
|---|---|
GetCustomData( ApplicationName : String ) : dsCustomData | |
| COM native C++ | |
|---|---|
HRESULT GetCustomData( BSTR ApplicationName, ICustomData** CustomData ) | |
| C++ | |
|---|---|
DSRESULT GetCustomData( const dsString& ApplicationName, dsCustomData** CustomData ) | |
Parameters
- ApplicationName
- Name of the custom data's registered application (see Remarks)
- CustomData[out] or Return Value
- ICustomData
Call IDocument::GetRegisteredApplications to get the names of the document's existing custom data.
IEmbeddedObject Interface
IEmbeddedObject Members
IEmbeddedObject::DeleteCustomData Method
IEmbeddedObject::SetCustomData Method
IEmbeddedObject::Handle Property
IEmbeddedObject Members
IEmbeddedObject::DeleteCustomData Method
IEmbeddedObject::SetCustomData Method
IEmbeddedObject::Handle Property
DraftSight V1R1.4
Syntax