CodeCheckingParameterServiceData
Description:
The data needed by code checking server to perform code checking.
The data needed by code checking server to perform code checking.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.CodeCheckingParameterServiceData
System.Object
Autodesk.Revit.DB.Structure.CodeCheckingParameterServiceData
public class CodeCheckingParameterServiceData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCurrentElements() | IList<ElementId> | Returns the list of Ids of the current elements. |
| Name | Return Type | Description |
|---|---|---|
| Document | Document | The current document. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |