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

This class contains the data for hosted sweep creation.
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Back up the Symbol and Edges.
public BackUp ( ) : void
Résultat void

CreationData() public méthode

Constructor.
public CreationData ( HostedSweepCreator creator ) : System
creator HostedSweepCreator HostedSweepCreator
Résultat System

Restore() public méthode

Restore the Symbol and Edges.
public Restore ( ) : void
Résultat void

Update() public méthode

If CreationData changed, notify its observers.
public Update ( ) : void
Résultat void