C# 클래스 Revit.SDK.Samples.CS.PointCloudEngine.AddTransformedInstanceCommand

상속: AddInstanceCommandBase, IExternalCommand
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

The implementation for IExternalCommand.Execute()

메소드 상세

Execute() 공개 메소드

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).
리턴 System.Result