C# 클래스 BuildingCoder.CmdProjectParameterGuids

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

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

비공개 메소드들

메소드 설명
AddProjectParameterBinding ( Document doc, ProjectParameterData projectParameterData, Category category ) : bool

This method takes a category and information about a project parameter and adds a binding to the category for the parameter. It will throw an exception if the parameter is already bound to the desired category. It returns whether or not the API reports that it successfully bound the parameter to the desired category.

GetProjectParameterData ( Document doc ) : List

Returns a list of the objects containing references to the project parameter definitions

PopulateProjectParameterData ( Parameter parameter, ProjectParameterData projectParameterDataToFill ) : void

This method populates the appropriate values on a ProjectParameterData object with information from the given Parameter object.

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result