Search Results for

    Show / Hide Table of Contents

    Class ViewCenterCoordinateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewCenterCoordinateBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    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
    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
    double

    ZCoordinateExp

    Declaration
    public Expression ZCoordinateExp { get; }
    Property Value
    Type Description
    Expression

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX