Class LocationBuilder
Inheritance
LocationBuilder
Assembly: NXOpen.dll
Syntax
public class LocationBuilder : BaseSubObjectBuilder, IMessageSink, IComponentBuilder
Constructors
LocationBuilder()
Declaration
protected LocationBuilder()
Properties
EvaluatedValueX
Declaration
public double EvaluatedValueX { get; }
Property Value
EvaluatedValueY
Declaration
public double EvaluatedValueY { get; }
Property Value
Declaration
public double InputPercentX { get; set; }
Property Value
Declaration
public double InputPercentY { get; set; }
Property Value
Declaration
public double InputValueX { get; set; }
Property Value
Declaration
public double InputValueY { get; set; }
Property Value
Reference
Declaration
public SheetElement Reference { get; set; }
Property Value
UpToDate
Declaration
public bool UpToDate { get; }
Property Value
Methods
SetValueX(double, double)
Declaration
public void SetValueX(double inputPercent, double inputValue)
Parameters
SetValueY(double, double)
Declaration
public void SetValueY(double inputPercent, double inputValue)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink