C# Class Revit.SDK.Samples.NewHostedSweep.CS.CreationData

This class contains the data for hosted sweep creation.
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
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.

Method Details

BackUp() public method

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

CreationData() public method

Constructor.
public CreationData ( HostedSweepCreator creator ) : System
creator HostedSweepCreator HostedSweepCreator
return System

Restore() public method

Restore the Symbol and Edges.
public Restore ( ) : void
return void

Update() public method

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