C# Class Revit.SDK.Samples.CS.PointCloudEngine.AddRandomizedInstanceCommand

Inheritance: AddInstanceCommandBase, IExternalCommand
Datei anzeigen Open project: AMEE/revit

Public Methods

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

The implementation for IExternalCommand.Execute()

Method Details

Execute() public method

The implementation for IExternalCommand.Execute()
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData The Revit command data.
message string The error message (ignored).
elements ElementSet The elements to display in the failure dialog (ignored).
return System.Result