Search Results for

    Show / Hide Table of Contents

    Class NarrowDimensionPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    NarrowDimensionPreferences
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 NarrowDimensionPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    NarrowDimensionPreferences(nint)

    Declaration
    protected NarrowDimensionPreferences(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DimensionArrowheadType

    Declaration
    public ArrowheadType DimensionArrowheadType { get; set; }
    Property Value
    Type Description
    ArrowheadType

    DimensionDisplayOption

    Declaration
    public NarrowDisplayOption DimensionDisplayOption { get; set; }
    Property Value
    Type Description
    NarrowDisplayOption

    DimensionLeaderAngle

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

    DimensionTextOffset

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

    DimensionTextOrientation

    Declaration
    public NarrowTextOrientation DimensionTextOrientation { get; set; }
    Property Value
    Type Description
    NarrowTextOrientation

    Methods

    FreeResource()

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

    Implements

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