Class ShaftSectionDamageResults
Inheritance
System.Object
ShaftSectionDamageResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftSectionDamageResults : APIBase, IEquatable<APIBase>
Properties
LeftEnd
Declaration
public ShaftSectionEndDamageResults LeftEnd { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
RightEnd
Declaration
public ShaftSectionEndDamageResults RightEnd { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods