C# 클래스 Revit.SDK.Samples.CreateBeamSystem.CS.BeamSystemParam

the properties of beam system; can be displayed in PropertyGrid
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_fixedSpacing double
m_justifyType BeamSystemJustifyType
m_layoutType LayoutMethod
m_numberOfLines int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CloneInstance ( LayoutMethod layoutType ) : BeamSystemParam

clone BeamSystemParam to one of its subclass according to LayoutMethod

CreateInstance ( LayoutMethod layoutType ) : BeamSystemParam

create BeamSystemParam's subclass according to LayoutMethod

보호된 메소드들

메소드 설명
BeamSystemParam ( ) : System

initial general members for its subclass

메소드 상세

BeamSystemParam() 보호된 메소드

initial general members for its subclass
protected BeamSystemParam ( ) : System
리턴 System

CloneInstance() 공개 메소드

clone BeamSystemParam to one of its subclass according to LayoutMethod
public CloneInstance ( LayoutMethod layoutType ) : BeamSystemParam
layoutType LayoutMethod LayoutMethod
리턴 BeamSystemParam

CreateInstance() 공개 정적인 메소드

create BeamSystemParam's subclass according to LayoutMethod
public static CreateInstance ( LayoutMethod layoutType ) : BeamSystemParam
layoutType LayoutMethod LayoutMethod
리턴 BeamSystemParam

프로퍼티 상세

m_fixedSpacing 보호되어 있는 프로퍼티

space between beams; buffer for subclass
protected double m_fixedSpacing
리턴 double

m_justifyType 보호되어 있는 프로퍼티

justify type; buffer for subclass
protected BeamSystemJustifyType m_justifyType
리턴 BeamSystemJustifyType

m_layoutType 보호되어 있는 프로퍼티

layout method
protected LayoutMethod m_layoutType
리턴 LayoutMethod

m_numberOfLines 보호되어 있는 프로퍼티

number of beams
protected int m_numberOfLines
리턴 int