Search Results for

    Show / Hide Table of Contents

    Class MarkupFileObjectCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    MarkupFileObjectCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Markup
    Assembly: NXOpen.dll
    Syntax
    public class MarkupFileObjectCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    MarkupFileObjectCollection()

    Declaration
    protected MarkupFileObjectCollection()

    MarkupFileObjectCollection(File)

    Declaration
    protected MarkupFileObjectCollection(File owner)
    Parameters
    Type Name Description
    File owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCircle(Point2d, Double)

    Declaration
    public Circle CreateCircle(Point2d center, double radius)
    Parameters
    Type Name Description
    Point2d center
    System.Double radius
    Returns
    Type Description
    Circle

    CreateEllipse(Point2d, Double, Double)

    Declaration
    public Ellipse CreateEllipse(Point2d center, double major, double minor)
    Parameters
    Type Name Description
    Point2d center
    System.Double major
    System.Double minor
    Returns
    Type Description
    Ellipse

    CreateFreehand(Point2d[])

    Declaration
    public Freehand CreateFreehand(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points
    Returns
    Type Description
    Freehand

    CreateIcon(Point2d, String, Icon.Size)

    Declaration
    public Icon CreateIcon(Point2d position, string iconName, Icon.Size size)
    Parameters
    Type Name Description
    Point2d position
    System.String iconName
    Icon.Size size
    Returns
    Type Description
    Icon

    CreatePolyline(Point2d[])

    Declaration
    public Polyline CreatePolyline(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points
    Returns
    Type Description
    Polyline

    CreateRectangle(Point2d, Double, Double)

    Declaration
    public Rectangle CreateRectangle(Point2d center, double length, double width)
    Parameters
    Type Name Description
    Point2d center
    System.Double length
    System.Double width
    Returns
    Type Description
    Rectangle

    CreateText(Point2d, String)

    Declaration
    public Text CreateText(Point2d position, string textContent)
    Parameters
    Type Name Description
    Point2d position
    System.String textContent
    Returns
    Type Description
    Text

    DeleteObjects(TaggedObject[])

    Declaration
    public void DeleteObjects(TaggedObject[] objects)
    Parameters
    Type Name Description
    TaggedObject[] objects

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public MarkupObject FindObject(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    MarkupObject

    ToArray()

    Declaration
    public MarkupObject[] ToArray()
    Returns
    Type Description
    MarkupObject[]

    Implements

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