namespace Autodesk.Revit.DB.Structure; public partial class CodeCheckingParameterServiceData : System.IDisposable { public CodeCheckingParameterServiceData() { } public virtual System.Collections.Generic.IList GetCurrentElements() => throw new System.NotImplementedException(); public virtual void Dispose() => throw new System.NotImplementedException(); public virtual System.Boolean IsValidObject { get => throw new System.NotImplementedException(); } public virtual Autodesk.Revit.DB.Document Document { get => throw new System.NotImplementedException(); } }