| 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 discover what custom data names are in use.
ITextStyle Interface
ITextStyle Members
ITextStyle::GetCustomData Method
ITextStyle::SetCustomData Method
ITextStyle::Handle Property
ITextStyle Members
ITextStyle::GetCustomData Method
ITextStyle::SetCustomData Method
ITextStyle::Handle Property
DraftSight V1R1.2
Syntax