Class ShaftSectionDamageResults
Inheritance
System.Object
ShaftSectionDamageResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftSectionDamageResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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