Class FunctionLegendAccessor
Inheritance
FunctionLegendAccessor
Assembly: NXOpen.dll
Syntax
public class FunctionLegendAccessor : TransientObject, IMessageSink, IDisposable
Constructors
FunctionLegendAccessor(nint)
Declaration
protected FunctionLegendAccessor(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
AskFunctionName(CalculationFunctionType)
Declaration
public string AskFunctionName(CalculationFunctionType funcType)
Parameters
Returns
AskFunctionResult(CalculationFunctionType, out double[])
Declaration
public bool AskFunctionResult(CalculationFunctionType funcType, out double[] results)
Parameters
Returns
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink