C# 클래스 Revit.SDK.Samples.Loads.CS.LoadCasesMap

A class to store Load Case and it's properties.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
LoadCasesMap ( LoadCase loadCase ) : System

Overload the constructor

비공개 메소드들

메소드 설명
FindProperty ( ) : bool

Find the Nature and Category of the Load Case.

SetLoadCasesCategoryId ( ) : bool

Set a new category for the Load Case

SetLoadCasesName ( ) : bool

Set a new name for the Load Case

SetLoadCasesNatureId ( ) : bool

Set a new Nature for the Load Case

SetLoadCasesNumber ( ) : bool

Set a new number for the Load Case

메소드 상세

LoadCasesMap() 공개 메소드

Overload the constructor
public LoadCasesMap ( LoadCase loadCase ) : System
loadCase LoadCase Load Case
리턴 System