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