C# Class SpeckleRevit.SpeckleRevitCommand

Inheritance: IExternalCommand
Show file Open project: speckleworks/SpeckleRevitReboot

Public Properties

Property Type Description
Launched bool
SpeckleWindow SpeckleUiWindow

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

Method Details

Execute() public method

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
return Result

Property Details

Launched public static property

public static bool Launched
return bool

SpeckleWindow public static property

public static SpeckleUiWindow SpeckleWindow
return SpeckleUiWindow