Class ViewCenterCoordinateBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewCenterCoordinateBuilder
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.Drawings
Assembly: NXOpen.dll
Syntax
public class ViewCenterCoordinateBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewCenterCoordinateBuilder()
Declaration
protected ViewCenterCoordinateBuilder()
Properties
XCoordinate
Declaration
[Obsolete("Deprecated in NX7.5.0. Use NXOpen.Drawings.ViewCenterCoordinateBuilder.XCoordinateExp")]
public double XCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XCoordinateExp
Declaration
public Expression XCoordinateExp { get; }
Property Value
Type | Description |
---|---|
Expression |
YCoordinate
Declaration
[Obsolete("Deprecated in NX7.5.0. Use NXOpen.Drawings.ViewCenterCoordinateBuilder.YCoordinateExp")]
public double YCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YCoordinateExp
Declaration
public Expression YCoordinateExp { get; }
Property Value
Type | Description |
---|---|
Expression |
ZCoordinate
Declaration
[Obsolete("Deprecated in NX7.5.0. Use NXOpen.Drawings.ViewCenterCoordinateBuilder.ZCoordinateExp")]
public double ZCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ZCoordinateExp
Declaration
public Expression ZCoordinateExp { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink