| Visual Basic | |
|---|---|
Sub DeleteCustomData( _ ByVal Obj As System.Object, _ ByVal ApplicationName As System.String _ ) | |
| C# | |
|---|---|
void DeleteCustomData( System.object Obj, System.string ApplicationName ) | |
| JavaScript | |
|---|---|
DeleteCustomData( Obj : Object, ApplicationName : String ) | |
| COM native C++ | |
|---|---|
HRESULT DeleteCustomData( IDispatch* Obj, BSTR ApplicationName ) | |
| C++ | |
|---|---|
DSRESULT DeleteCustomData( dsObject* Obj, const dsString& ApplicationName ) | |
Parameters
- Obj
- Entity
- 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.
IEntityHelper Interface
IEntityHelper Members
IEntityHelper::GetCustomData Method
IEntityHelper::SetCustomData Method
IEntityHelper::GetHandle Method
IEntityHelper Members
IEntityHelper::GetCustomData Method
IEntityHelper::SetCustomData Method
IEntityHelper::GetHandle Method
DraftSight V1R3.0
Syntax