C# Класс Revit.SDK.Samples.AutoParameter.CS.FamilyParam

record the data of a parameter: its name, its group, etc
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FamilyParam ( string name, BuiltInParameterGroup group, ParameterType type, bool isInstance, int line ) : System

constructor which exposes for invoking

Приватные методы

Метод Описание
FamilyParam ( ) : System

default constructor, hide this by making it "private"

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

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

constructor which exposes for invoking
public FamilyParam ( string name, BuiltInParameterGroup group, ParameterType type, bool isInstance, int line ) : System
name string /// parameter name ///
group BuiltInParameterGroup /// indicate which group the parameter belongs to ///
type ParameterType /// the type of the parameter ///
isInstance bool /// indicate whethe the parameter is an instance parameter ///
line int /// record the location of this parameter in the family parameter file ///
Результат System