Files
2024-12-12 09:51:40 +01:00

254 lines
12 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DatumsModification</name>
</assembly>
<members>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting.#ctor">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.AlignmentSetting.datumList">
<summary>
</summary>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.DatumsModificationApp">
<summary>
Implements the Revit add-in interface IExternalApplication
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumsModificationApp.OnShutdown(Autodesk.Revit.UI.UIControlledApplication)">
<summary>
Implements the OnShutdown event
</summary>
<param name="application"></param>
<returns></returns>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumsModificationApp.OnStartup(Autodesk.Revit.UI.UIControlledApplication)">
<summary>
Implements the OnStartup event
</summary>
<param name="application"></param>
<returns></returns>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification">
<summary>
Implements the Revit add-in interface IExternalCommand
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.showLeftBubble">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.showRightBubble">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.addLeftElbow">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.addRightElbow">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.changeLeftEnd2D">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.changeRightEnd2D">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumStyleModification.Execute(Autodesk.Revit.UI.ExternalCommandData,System.String@,Autodesk.Revit.DB.ElementSet)">
<summary>
Implement this method as an external command for Revit.
</summary>
<param name="commandData">An object that is passed to the external application
which contains data related to the command,
such as the application object and active view.</param>
<param name="message">A message that can be set by the external application
which will be displayed if a failure or cancellation is returned by
the external command.</param>
<param name="elements">A set of elements to which the external application
can add elements that are to be highlighted in case of failure or cancellation.</param>
<returns>Return the status of the external command.
A result of Succeeded means that the API external method functioned as expected.
Cancelled can be used to signify that the user cancelled the external operation
at some point. Failure should be returned if the application is unable to proceed with
the operation.</returns>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.DatumAlignment">
<summary>
Implements the Revit add-in interface IExternalCommand
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumAlignment.datumDic">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumAlignment.Execute(Autodesk.Revit.UI.ExternalCommandData,System.String@,Autodesk.Revit.DB.ElementSet)">
<summary>
Implement this method as an external command for Revit.
</summary>
<param name="commandData">An object that is passed to the external application
which contains data related to the command,
such as the application object and active view.</param>
<param name="message">A message that can be set by the external application
which will be displayed if a failure or cancellation is returned by
the external command.</param>
<param name="elements">A set of elements to which the external application
can add elements that are to be highlighted in case of failure or cancellation.</param>
<returns>Return the status of the external command.
A result of Succeeded means that the API external method functioned as expected.
Cancelled can be used to signify that the user cancelled the external operation
at some point. Failure should be returned if the application is unable to proceed with
the operation.</returns>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.DatumPropagation">
<summary>
Implements the Revit add-in interface IExternalCommand
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumPropagation.viewDic">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumPropagation.Execute(Autodesk.Revit.UI.ExternalCommandData,System.String@,Autodesk.Revit.DB.ElementSet)">
<summary>
Implement this method as an external command for Revit.
</summary>
<param name="commandData">An object that is passed to the external application
which contains data related to the command,
such as the application object and active view.</param>
<param name="message">A message that can be set by the external application
which will be displayed if a failure or cancellation is returned by
the external command.</param>
<param name="elements">A set of elements to which the external application
can add elements that are to be highlighted in case of failure or cancellation.</param>
<returns>Return the status of the external command.
A result of Succeeded means that the API external method functioned as expected.
Cancelled can be used to signify that the user cancelled the external operation
at some point. Failure should be returned if the application is unable to proceed with
the operation.</returns>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.DatumStyleSetting">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumStyleSetting.#ctor">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.DatumStyleSetting.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumStyleSetting.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.DatumStyleSetting.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Revit.SDK.Samples.DatumsModification.CS.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Revit.SDK.Samples.DatumsModification.CS.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Revit.SDK.Samples.DatumsModification.CS.Properties.Resources.grid">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Revit.SDK.Samples.DatumsModification.CS.Properties.Resources.level">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting">
<summary>
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting.#ctor">
<summary>
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Revit.SDK.Samples.DatumsModification.CS.PropogateSetting.propagationViewList">
<summary>
</summary>
</member>
</members>
</doc>