SetCustomData Method (ITable) Send Feedback
See Also 
[out]
Call IDocument::GetRegisteredApplications to find out the names of the document's existing custom data.
ApplicationName
Name of the custom data's registered application (see Remarks)
CustomData
Custom data
Sets the custom data for the Table.

Syntax

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
[out] or Return Value
Call IDocument::GetRegisteredApplications to find out the names of the document's existing custom data.
 

See Also

Availability

DraftSight V1R3.0