| 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)
Call IDocument::GetRegisteredApplications to find out the names of the document's existing custom data.
IViewTile Interface
IViewTile Members
IViewTile::GetCustomData Method ()
IViewTile::SetCustomData Method ()
IViewTile::Handle Property ()
IViewTile Members
IViewTile::GetCustomData Method ()
IViewTile::SetCustomData Method ()
IViewTile::Handle Property ()
DraftSight V1R6.0
Syntax