<Code Lib>
2024 Class
Changes 0
C

DataConversionMonitorScope

Description:
This class is used to regsiter an application-supplied object that implements IDataConversionMonitor. Creating the object registers an implementation of IDataConversionMonitor supplied as constructor argument.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DataConversionMonitorScope

public class DataConversionMonitorScope : IDisposable

Name Return Type Description
C DataConversionMonitorScope(IDataConversionMonitor) DataConversionMonitorScope The only constructor. Expects a valid pointer to IDataConversionMonitor.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…