Class Grid
Inheritance
Grid
Inherited Members
Namespace: NXOpen.Display
Assembly: NXOpen.dll
Syntax
public class Grid : DisplayableObject, IMessageSink, IFitTo, IDynamicSectionCutCreator, INXObject
Constructors
Grid()
Declaration
protected Grid()
Methods
Find(string)
Declaration
public DynamicSectionCut Find(string journalIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | journalIdentifier |
Returns
| Type | Description |
|---|---|
| DynamicSectionCut |
GetSectionCuts(NXObject, View, out DynamicSectionCut[])
Declaration
public void GetSectionCuts(NXObject contextOccurrence, View view, out DynamicSectionCut[] sectionCuts)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject | contextOccurrence | |
| View | view | |
| DynamicSectionCut[] | sectionCuts |
Implements
System.Runtime.Remoting.Messaging.IMessageSink