Class ApplyConnTemplateSetting
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Defaults which are used for applying template
[DataContract]
public class ApplyConnTemplateSettingInheritance
Inherited Members
Properties
DefaultBoltAssemblyID
ID of the bolt assembly which will be used as default (it must exists in the project)
[DataMember]
public int DefaultBoltAssemblyID { get; set; }Property Value
DefaultCleatCrossSectionID
ID of the cross section for cleats which will be used as default (it must exists in the project)
[DataMember]
public int DefaultCleatCrossSectionID { get; set; }Property Value
DefaultConcreteMaterialID
ID of the material concrete which will be used as default (it must exists in the project)
[DataMember]
public int DefaultConcreteMaterialID { get; set; }Property Value
DefaultStiffMemberCrossSectionID
ID of the cross-section for stiffening members concrete which will be used as default (it must exists in the project)
[DataMember]
public int DefaultStiffMemberCrossSectionID { get; set; }Property Value
UseMatFromOrigin
Get or set whether to use materials from original connection model (and these materials must exist in the project)
[DataMember]
public bool UseMatFromOrigin { get; set; }