C# Класс Revit.SDK.Samples.WindowWizard.CS.ValidateWindowParameter

class is used to validate window parameters
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsMetric bool

Открытые методы

Метод Описание
IsDouble ( string value, double &result ) : string

This method is used to check whether a value string is double type

IsHeightInRange ( double value ) : string

This method is used to check whether the height value is out of range

IsInsetInRange ( double value ) : string

This method is used to check whether the inset value is out of range

IsSillHeightInRange ( double value ) : string

This method is used to check whether the sillheight value is out of range

IsWidthInRange ( double value ) : string

This method is used to check whether the width value is out of range

ValidateWindowParameter ( double wallHeight, double wallWidth ) : System

constructor of ValidateWindowParameter

Описание методов

IsDouble() публичный Метод

This method is used to check whether a value string is double type
public IsDouble ( string value, double &result ) : string
value string >the string value
result double the double result
Результат string

IsHeightInRange() публичный Метод

This method is used to check whether the height value is out of range
public IsHeightInRange ( double value ) : string
value double the string value
Результат string

IsInsetInRange() публичный Метод

This method is used to check whether the inset value is out of range
public IsInsetInRange ( double value ) : string
value double the string value
Результат string

IsSillHeightInRange() публичный Метод

This method is used to check whether the sillheight value is out of range
public IsSillHeightInRange ( double value ) : string
value double the string value
Результат string

IsWidthInRange() публичный Метод

This method is used to check whether the width value is out of range
public IsWidthInRange ( double value ) : string
value double the string value
Результат string

ValidateWindowParameter() публичный Метод

constructor of ValidateWindowParameter
public ValidateWindowParameter ( double wallHeight, double wallWidth ) : System
wallHeight double wall height parameter
wallWidth double wall width parameter
Результат System

Описание свойств

IsMetric публичное свойство

indicate the template file is metric or not
public bool IsMetric
Результат bool