C# Class BuildingCoder.CmdMiroTest2

Inheritance: IExternalCommand
Datei anzeigen Open project: jeremytammik/the_building_coder_samples

Public Properties

Property Type Description
_app Autodesk.Revit.ApplicationServices.Application
_appUI UIApplication
_doc Document
_docUI UIDocument

Private Methods

Method Description
IExternalCommand ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Property Details

_app public_oe property

public Autodesk.Revit.ApplicationServices.Application _app
return Autodesk.Revit.ApplicationServices.Application

_appUI public_oe property

public UIApplication _appUI
return UIApplication

_doc public_oe property

public Document _doc
return Document

_docUI public_oe property

public UIDocument _docUI
return UIDocument