Class GridCollection
Inheritance
System.Object
System.MarshalByRefObject
GridCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
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
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