DeleteCustomData Method (IEmbeddedObject) Send Feedback
See Also 
ApplicationName
Name of the custom data's registered application (see Remarks)
Deletes the specified custom data from the embedded object.

Syntax

Visual Basic 
Sub DeleteCustomData( _
   ByVal ApplicationName As System.String _
) 
C# 
void DeleteCustomData( 
   System.string ApplicationName
)
JavaScript 
DeleteCustomData( 
   ApplicationName : String
)
COM native C++ 
HRESULT DeleteCustomData( 
   BSTR ApplicationName
) 
C++ 
DSRESULT DeleteCustomData( 
   const dsString& ApplicationName
) 

Parameters

ApplicationName
Name of the custom data's registered application (see Remarks)

Remarks

Call IDocument::GetRegisteredApplications to get the names of the document's existing custom data.
 

See Also

Availability

DraftSight V1R1.4