Search Results for

    Show / Hide Table of Contents

    Class LetteringPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    LetteringPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class LetteringPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    LetteringPreferences(IntPtr)

    Declaration
    protected LetteringPreferences(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AlignmentPosition

    Declaration
    public AlignmentPosition AlignmentPosition { get; set; }
    Property Value
    Type Description
    AlignmentPosition

    Angle

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    DimAppendedTextSpaceFactor

    Declaration
    public double DimAppendedTextSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    DimDimLineSpaceFactor

    Declaration
    public double DimDimLineSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    DimToleranceTextSpaceFactor

    Declaration
    public double DimToleranceTextSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    GdtFrameHeightFactor

    Declaration
    public double GdtFrameHeightFactor { get; set; }
    Property Value
    Type Description
    System.Double

    HorizTextJust

    Declaration
    public TextJustification HorizTextJust { get; set; }
    Property Value
    Type Description
    TextJustification

    StackAboveSpaceFactor

    Declaration
    public double StackAboveSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    StackAutospace

    Declaration
    public bool StackAutospace { get; set; }
    Property Value
    Type Description
    System.Boolean

    StackBelowSpaceFactor

    Declaration
    public double StackBelowSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    StackHorizontalAlignment

    Declaration
    public StackHorizontalAlignment StackHorizontalAlignment { get; set; }
    Property Value
    Type Description
    StackHorizontalAlignment

    StackInheritAssociatedObjects

    Declaration
    public bool StackInheritAssociatedObjects { get; set; }
    Property Value
    Type Description
    System.Boolean

    StackLeftSpaceFactor

    Declaration
    public double StackLeftSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    StackRightSpaceFactor

    Declaration
    public double StackRightSpaceFactor { get; set; }
    Property Value
    Type Description
    System.Double

    StackVerticalAlignment

    Declaration
    public StackVerticalAlignment StackVerticalAlignment { get; set; }
    Property Value
    Type Description
    StackVerticalAlignment

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetAppendedText()

    Declaration
    public Lettering GetAppendedText()
    Returns
    Type Description
    Lettering

    GetDimensionText()

    Declaration
    public Lettering GetDimensionText()
    Returns
    Type Description
    Lettering

    GetGeneralText()

    Declaration
    public Lettering GetGeneralText()
    Returns
    Type Description
    Lettering

    GetToleranceText()

    Declaration
    public Lettering GetToleranceText()
    Returns
    Type Description
    Lettering

    SetAppendedText(Lettering)

    Declaration
    public void SetAppendedText(Lettering appendedText)
    Parameters
    Type Name Description
    Lettering appendedText

    SetDimensionText(Lettering)

    Declaration
    public void SetDimensionText(Lettering dimensionText)
    Parameters
    Type Name Description
    Lettering dimensionText

    SetGeneralText(Lettering)

    Declaration
    public void SetGeneralText(Lettering generalText)
    Parameters
    Type Name Description
    Lettering generalText

    SetToleranceText(Lettering)

    Declaration
    public void SetToleranceText(Lettering toleranceText)
    Parameters
    Type Name Description
    Lettering toleranceText

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX