Struct Result.ResultSection
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct ResultSection
Constructors
ResultSection(Result.Section, Result.Section)
Declaration
public ResultSection(Result.Section Beamsection, Result.Section Shellsection)
Parameters
Type | Name | Description |
---|---|---|
Result.Section | Beamsection | |
Result.Section | Shellsection |
Fields
Beamsection
Declaration
public Result.Section Beamsection
Field Value
Type | Description |
---|---|
Result.Section |
Shellsection
Declaration
public Result.Section Shellsection
Field Value
Type | Description |
---|---|
Result.Section |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()