C# 클래스 BuildingCoder.CmdDimensionInstanceOrigin

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

공개 메소드들

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

External command mainline. Run in the sample model Z:\a\rvt\dimension_case_2015.rvt, e.g.

비공개 메소드들

메소드 설명
GetFamilyInstancePointReference ( FamilyInstance fi ) : System.Reference

Retrieve the given family instance's non-visible geometry point reference.

메소드 상세

Execute() 공개 메소드

External command mainline. Run in the sample model Z:\a\rvt\dimension_case_2015.rvt, e.g.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result