Releases and erases the dictionary, if the dictionary exists and is empty, for the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ReleaseExtensionDictionary( _
IDispatch* Obj As System.Object _
) As System.Boolean |
C# | |
---|
System.bool ReleaseExtensionDictionary(
System.object Obj
) |
COM native C++ | |
---|
HRESULT ReleaseExtensionDictionary(
dsObject* Obj
,
VARIANT_BOOL* Result
) |
Parameters
- Obj
- Entity for which to delete the dictionary
Parameters
- Result[out] or Return Value
- True if the dictionary is release and erased, false if not (see Remarks)
Remarks
See Also
Availability
DraftSight V1R5.0