C# Class Revit.SDK.Samples.WindowWizard.CS.WindowParameter

This class will deal with all parameters related to window creation
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
WindowParameter ( WindowParameter para ) : System

construcion of WindowParameter

WindowParameter ( bool isMetric ) : System

constructor of WindowParameter

Method Details

WindowParameter() public méthode

construcion of WindowParameter
public WindowParameter ( WindowParameter para ) : System
para WindowParameter the WindowParameter
Résultat System

WindowParameter() public méthode

constructor of WindowParameter
public WindowParameter ( bool isMetric ) : System
isMetric bool indicate whether the template is metric or imperial
Résultat System