Search Results for

    Show / Hide Table of Contents

    Class PmiDatumTargetData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PmiSemanticData
    PmiDatumTargetData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    PmiSemanticData.FreeResource()
    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 PmiDatumTargetData : PmiSemanticData, IMessageSink, IDisposable

    Constructors

    PmiDatumTargetData(IntPtr)

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

    Properties

    AreaSize

    Declaration
    public string AreaSize { get; }
    Property Value
    Type Description
    System.String

    Diameter

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

    FirstPoint

    Declaration
    public Point3d FirstPoint { get; }
    Property Value
    Type Description
    Point3d

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    InnerDiameter

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

    IsMovable

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

    Label

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    System.String

    Length

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

    MovableModifierAngle

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

    SecondPoint

    Declaration
    public Point3d SecondPoint { get; }
    Property Value
    Type Description
    Point3d

    Type

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

    Width

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

    Implements

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