Class AnchorParam
- Namespace
 - IdeaRS.OpenModel.Parameters
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Parameter which represts the record of the anchor in IDEA MPRL
[DataContract]
[Serializable]
public class AnchorParam : BoltParamInheritance
Inherited Members
Properties
AnchorTypeData
Gets or sets the various type of anchor.
[DataMember]
public AnchorType AnchorTypeData { get; set; }Property Value
AnchorTypeSize
Gets or sets the size of washer plate.
[DataMember]
public double AnchorTypeSize { get; set; }Property Value
Length
Gets or sets the anchor length.
[DataMember]
public double Length { get; set; }