Class LocationBuilder
Inheritance
System.Object
System.MarshalByRefObject
LocationBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Diagramming
Assembly: NXOpen.dll
Syntax
public class LocationBuilder : BaseSubObjectBuilder, IMessageSink, IComponentBuilder
Constructors
LocationBuilder()
Declaration
protected LocationBuilder()
Properties
EvaluatedValueX
Declaration
public double EvaluatedValueX { get; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluatedValueY
Declaration
public double EvaluatedValueY { get; }
Property Value
Type | Description |
---|---|
System.Double |
InputPercentX
Declaration
public double InputPercentX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InputPercentY
Declaration
public double InputPercentY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InputValueX
Declaration
public double InputValueX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InputValueY
Declaration
public double InputValueY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Reference
Declaration
public SheetElement Reference { get; set; }
Property Value
Type | Description |
---|---|
SheetElement |
UpToDate
Declaration
public bool UpToDate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetValueX(Double, Double)
Declaration
public void SetValueX(double inputPercent, double inputValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | inputPercent | |
System.Double | inputValue |
SetValueY(Double, Double)
Declaration
public void SetValueY(double inputPercent, double inputValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | inputPercent | |
System.Double | inputValue |
Implements
System.Runtime.Remoting.Messaging.IMessageSink