C# 클래스 Revit.SDK.Samples.PathReinforcement.CS.PathReinProperties

파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_pathRein Autodesk.Revit.DB.Structure.PathReinforcement

Private Properties

프로퍼티 타입 설명
ValidateInch System.Boolean

공개 메소드들

메소드 설명
PathReinProperties ( Autodesk pathRein ) : System

constructor of class

Update ( ) : void

update the parameters of path reinforcement.

보호된 메소드들

메소드 설명
GetParameter ( String name ) : Parameter

Get parameter by given name.

SetPropertyReadOnly ( string propertyName, bool readOnly ) : void

set some properties to read only or not

비공개 메소드들

메소드 설명
ValidateInch ( String input ) : System.Boolean

validate inch like this 124'- 9".

메소드 상세

GetParameter() 보호된 메소드

Get parameter by given name.
protected GetParameter ( String name ) : Parameter
name String name of parameter
리턴 Parameter

PathReinProperties() 공개 메소드

constructor of class
public PathReinProperties ( Autodesk pathRein ) : System
pathRein Autodesk
리턴 System

SetPropertyReadOnly() 보호된 메소드

set some properties to read only or not
protected SetPropertyReadOnly ( string propertyName, bool readOnly ) : void
propertyName string name of property
readOnly bool read only or not
리턴 void

Update() 공개 메소드

update the parameters of path reinforcement.
public Update ( ) : void
리턴 void

프로퍼티 상세

m_pathRein 보호되어 있는 프로퍼티

cache path reinforcement object.
protected Autodesk.Revit.DB.Structure.PathReinforcement m_pathRein
리턴 Autodesk.Revit.DB.Structure.PathReinforcement