C# Class Revit.SDK.Samples.FrameBuilder.CS.FrameTypeParameters

for control PropertyGrid to show and modify parameters of column, beam or brace
Show file Open project: AMEE/revit Class Usage Examples

Private Properties

Property Type Description
FrameTypeParameters System
FrameTypeParameters System

Public Methods

Method Description
CreateInstance ( FamilySymbol symbol ) : FrameTypeParameters

object factory to create FramingTypeParameters; will return null if necessary Parameters can't be found

Private Methods

Method Description
FrameTypeParameters ( ) : System

constructor without parameter is forbidden

FrameTypeParameters ( FamilySymbol symbol ) : System

constructor used only for object factory

Method Details

CreateInstance() public static method

object factory to create FramingTypeParameters; will return null if necessary Parameters can't be found
public static CreateInstance ( FamilySymbol symbol ) : FrameTypeParameters
symbol FamilySymbol
return FrameTypeParameters