NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.LayoutDefinition Class Reference

Represents the definition of a layout. More...

Inheritance diagram for NXOpen.LayoutDefinition:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  ArrangementType {
  L1, L2, L3, L4,
  L6, L9, NonStandard
}
 Indicates the arrangement type of a layout. More...
 

Public Member Functions

unsafe void GetView (int row, int column, out NXOpen.View view)
 Returns the NXOpen.View at specified position in layout. More...
 
unsafe void SetView (int row, int column, NXOpen.ModelingView view)
 Sets the NXOpen.ModelingView at specified position in layout. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Properties

unsafe
NXOpen.LayoutDefinition.ArrangementType 
Arrangement [get]
 Returns the arrangement type of the layout definition. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents the definition of a layout.

This includes the arrangement and location of the views in the arrangement.

Created in NX3.0.0

Member Enumeration Documentation

Indicates the arrangement type of a layout.

Enumerator
L1 

One row by one column

L2 

One row by two columns

L3 

Two rows by one column

L4 

Two rows by two columns

L6 

Two rows by three columns

L9 

Three rows by three columns

NonStandard 

A non standard layout.

A layout definition cannot be made with this option.

Member Function Documentation

override void NXOpen.LayoutDefinition.FreeResource ( )
inlineprotectedvirtual

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX3.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.LayoutDefinition.GetView ( int  row,
int  column,
out NXOpen.View  view 
)
inline

Returns the NXOpen.View at specified position in layout.

The system throws an exception when a user enters an invalid position.

Created in NX3.0.0

License requirements: None.

Parameters
rowRow of view
columnColumn of view
view
unsafe void NXOpen.LayoutDefinition.SetView ( int  row,
int  column,
NXOpen.ModelingView  view 
)
inline

Sets the NXOpen.ModelingView at specified position in layout.

The system throws an exception when a user enters an invalid position

Created in NX3.0.0

License requirements: None.

Parameters
rowRow of view
columnColumn of view
view

Property Documentation

unsafe NXOpen.LayoutDefinition.ArrangementType NXOpen.LayoutDefinition.Arrangement
get

Returns the arrangement type of the layout definition.

Created in NX3.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.