Class SystemDeflectionDrawStyle
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SystemDeflectionDrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SystemDeflectionDrawStyle : ContourDrawStyle, IEquatable<APIBase>
Properties
ForceArrowScaling
Declaration
public ScalingDrawStyle ForceArrowScaling { get; }
Property Value
Type | Description |
---|---|
ScalingDrawStyle |
ShowArrows
Declaration
public bool ShowArrows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>