C# 클래스 Revit.SDK.Samples.NewHostedSweep.CS.CreationData

This class contains the data for hosted sweep creation.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
BackUp ( ) : void

Back up the Symbol and Edges.

CreationData ( HostedSweepCreator creator ) : System

Constructor.

Restore ( ) : void

Restore the Symbol and Edges.

Update ( ) : void

If CreationData changed, notify its observers.

메소드 상세

BackUp() 공개 메소드

Back up the Symbol and Edges.
public BackUp ( ) : void
리턴 void

CreationData() 공개 메소드

Constructor.
public CreationData ( HostedSweepCreator creator ) : System
creator HostedSweepCreator HostedSweepCreator
리턴 System

Restore() 공개 메소드

Restore the Symbol and Edges.
public Restore ( ) : void
리턴 void

Update() 공개 메소드

If CreationData changed, notify its observers.
public Update ( ) : void
리턴 void