ZoneOverride Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class ZoneOverride : IdEntity
Inheritance
Object    IdEntity    ZoneOverride

Properties

AllowMaterials 
AnalysisMaterial Get and set analysis material by name.
AnalysisMaterialType 
AnalysisValue Get and set analysis value. Note, you cannot set an analysis value if your analysis material is a laminate. In the case of a laminate, the analysis value is null, and setting it will throw an error.
ConceptId 
DesignId 
FamilyId 
Id
(Inherited from IdEntity)
InputMode 
MaxBound Maximum bound for this row. Note, you cannot set a MaxBound if your override sizing materials are laminates. In the case of laminates, the MaxBound is null, and setting it will throw an error.
MaxPlies 
MinBound Minimum bound for this row. Note, you cannot set a MinBound if your override sizing materials are laminates. In the case of laminates, the MinBound is null, and setting it will throw an error.
MinPlies 
PlyStepSize 
ProjectId 
SizingMaterials Collection of sizing material candidates
StepSize Step size for this row. Note, you cannot set a StepSize if your override sizing materials are laminates. In the case of laminates, the StepSize is null, and setting it will throw an error.
VariableId 

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also