Class RevitContainerCommand<TContainerPipeline>
An indepentend Revit Command that will create a new container instance and use it during the command runtime. Use this when an ExternalApplication is not necessary.
It uses a Container Pipeline to compose the container.
After the command finishes the container will be disposed.
Inheritance
System.Object
RevitContainerCommandBase<TContainerPipeline, Container>
RevitContainerCommand<TContainerPipeline>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Onbox.Revit.V8.Commands
Assembly: Onbox.Revit.dll
Syntax
public abstract class RevitContainerCommand<TContainerPipeline> : RevitContainerCommandBase<TContainerPipeline, Container>, IExternalCommand, IRevitDestroyableCommand where TContainerPipeline : class, IContainerPipeline, new()
Type Parameters
Name | Description |
---|---|
TContainerPipeline |
Implements
Autodesk.Revit.UI.IExternalCommand