Search Results for

    Show / Hide Table of Contents

    Class TrackDrawingChangesGeneralBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TrackDrawingChangesGeneralBuilder
    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 TrackDrawingChangesGeneralBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    TrackDrawingChangesGeneralBuilder()

    Declaration
    protected TrackDrawingChangesGeneralBuilder()

    Properties

    BaselineOfComparison

    Declaration
    public TrackDrawingChangesGeneralBuilder.BaselineOfComparisonType BaselineOfComparison { get; set; }
    Property Value
    Type Description
    TrackDrawingChangesGeneralBuilder.BaselineOfComparisonType

    ChangeSymbolLineColorFontWidth

    Declaration
    public LineColorFontWidthBuilder ChangeSymbolLineColorFontWidth { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    ChangeSymbolSize

    Declaration
    public double ChangeSymbolSize { get; set; }
    Property Value
    Type Description
    double

    ChangeSymbolType

    Declaration
    public TrackDrawingChangesGeneralBuilder.SymbolType ChangeSymbolType { get; set; }
    Property Value
    Type Description
    TrackDrawingChangesGeneralBuilder.SymbolType

    CompareMethod

    Declaration
    public TrackDrawingChangesGeneralBuilder.CompareMethodType CompareMethod { get; set; }
    Property Value
    Type Description
    TrackDrawingChangesGeneralBuilder.CompareMethodType

    CompareTolerance

    Declaration
    public double CompareTolerance { get; set; }
    Property Value
    Type Description
    double

    CreateOverlayDataWithSnapshotData

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

    DisplayChangeSymbol

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

    IncrementIDNumberPerReport

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

    PreserveChangeSymbolDisplay

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

    RestartIDNumbersWithNewReport

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

    SnapshotDataToUse

    Declaration
    public TrackDrawingChangesGeneralBuilder.SnapshotDataToUseType SnapshotDataToUse { get; set; }
    Property Value
    Type Description
    TrackDrawingChangesGeneralBuilder.SnapshotDataToUseType

    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