Search Results for

    Show / Hide Table of Contents

    Class DatumTargetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DatumTargetBuilder
    DraftingDatumTargetBuilder
    PmiDatumTargetBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class DatumTargetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DatumTargetBuilder()

    Declaration
    protected DatumTargetBuilder()

    Properties

    AreaSize

    Declaration
    public string AreaSize { get; set; }
    Property Value
    Type Description
    string

    DatumTargetStandard

    Declaration
    public DatumTargetBuilder.StandardTypes DatumTargetStandard { get; set; }
    Property Value
    Type Description
    DatumTargetBuilder.StandardTypes

    DrawX

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Annotations.DatumTargetBuilder.TerminatorType instead.")]
    public bool DrawX { get; set; }
    Property Value
    Type Description
    bool

    Height

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

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    InnerDiameter

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

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    string

    Leader

    Declaration
    public LeaderBuilder Leader { get; }
    Property Value
    Type Description
    LeaderBuilder

    Movable

    Declaration
    public bool Movable { get; set; }
    Property Value
    Type Description
    bool

    MovableModifierAngle

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

    Origin

    Declaration
    public OriginBuilder Origin { get; }
    Property Value
    Type Description
    OriginBuilder

    OuterDiameter

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

    Style

    Declaration
    public StyleBuilder Style { get; }
    Property Value
    Type Description
    StyleBuilder

    TerminatorType

    Declaration
    public DatumTargetBuilder.TerminatorTypes TerminatorType { get; set; }
    Property Value
    Type Description
    DatumTargetBuilder.TerminatorTypes

    Type

    Declaration
    public DatumTargetBuilder.Types Type { get; set; }
    Property Value
    Type Description
    DatumTargetBuilder.Types

    Width

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

    Methods

    InheritFrom(BaseDatumTarget)

    Declaration
    public void InheritFrom(BaseDatumTarget inheritTag)
    Parameters
    Type Name Description
    BaseDatumTarget inheritTag

    ReverseMovableModifier()

    Declaration
    public void ReverseMovableModifier()

    Implements

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