C# 클래스 RodsUtilities.ElementExtensions

파일 보기 프로젝트 열기: RodH257/RodsRevitUtilities

공개 메소드들

메소드 설명
GetParameterWithName ( this element, string parameterName ) : Parameter

Gets the parameter with a certain name

HighlightInUi ( this element, UIDocument uiDoc ) : void

Highlights the certain element in the UI.

메소드 상세

GetParameterWithName() 공개 정적인 메소드

Gets the parameter with a certain name
public static GetParameterWithName ( this element, string parameterName ) : Parameter
element this
parameterName string
리턴 Parameter

HighlightInUi() 공개 정적인 메소드

Highlights the certain element in the UI.
public static HighlightInUi ( this element, UIDocument uiDoc ) : void
element this
uiDoc UIDocument
리턴 void