Search Results for

    Show / Hide Table of Contents

    Class GridCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    GridCollection
    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.Display
    Assembly: NXOpen.dll
    Syntax
    public class GridCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    GridCollection()

    Declaration
    protected GridCollection()

    GridCollection(BasePart)

    Declaration
    protected GridCollection(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Tag

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

    Methods

    CreateDatumPlaneGridBuilder(DatumPlane[])

    Declaration
    public DatumPlaneGridBuilder CreateDatumPlaneGridBuilder(DatumPlane[] datumPlanes)
    Parameters
    Type Name Description
    DatumPlane[] datumPlanes
    Returns
    Type Description
    DatumPlaneGridBuilder

    CreateDatumPlaneGridBuilder(DatumPlaneGrid)

    Declaration
    public DatumPlaneGridBuilder CreateDatumPlaneGridBuilder(DatumPlaneGrid grid)
    Parameters
    Type Name Description
    DatumPlaneGrid grid
    Returns
    Type Description
    DatumPlaneGridBuilder

    CreatePlanarShipGridBuilder(PlanarShipGrid)

    Declaration
    public PlanarShipGridBuilder CreatePlanarShipGridBuilder(PlanarShipGrid grid)
    Parameters
    Type Name Description
    PlanarShipGrid grid
    Returns
    Type Description
    PlanarShipGridBuilder

    CreatePlaneGridBuilder(PlaneGrid)

    Declaration
    public PlaneGridBuilder CreatePlaneGridBuilder(PlaneGrid grid)
    Parameters
    Type Name Description
    PlaneGrid grid
    Returns
    Type Description
    PlaneGridBuilder

    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 Grid FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    Grid

    GetDatumPlaneGrid(DatumPlane)

    Declaration
    public DatumPlaneGrid GetDatumPlaneGrid(DatumPlane datumPlane)
    Parameters
    Type Name Description
    DatumPlane datumPlane
    Returns
    Type Description
    DatumPlaneGrid

    ToArray()

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

    Implements

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