NXOpen .NET Reference  12.0.0
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:

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...
 

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...
 

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 ( )
protected

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.

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

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 
)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.