Struct Result.Type
Assembly: NXOpen.dll
Syntax
public struct Result.Type
Constructors
Type(Quantity, Location, Section)
Declaration
public Type(Result.Quantity Quantity, Result.Location Location, Result.Section Section)
Parameters
Fields
Location
Declaration
public Result.Location Location
Field Value
Quantity
Declaration
public Result.Quantity Quantity
Field Value
Section
Declaration
public Result.Section Section
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides