NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Layout2d.LocalDefinitionFolderCollection Class Reference

Represents a collection of NXOpen.Layout2d.LocalDefinitionFolder objects. More...

Inheritance diagram for NXOpen.Layout2d.LocalDefinitionFolderCollection:

Public Member Functions

NXOpen.Layout2d.LocalDefinitionFolder[] ToArray ()
 Returns an array of NXOpen.Layout2d.LocalDefinitionFolder objects. More...
 
unsafe
NXOpen.Layout2d.LocalDefinitionFolderBuilder 
CreateLocalDefinitionFolderBuilder (NXOpen.Layout2d.LocalDefinitionFolder currentFolder)
 Creates local definition folder builder instance. More...
 
unsafe
NXOpen.Layout2d.LocalDefinitionFolder 
FindObject (string name)
 Finds the NXOpen.Layout2d.LocalDefinitionFolder with the given name. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Layout2d.LocalDefinitionFolder objects.

A local definition folder contains 2D Component definitions stored in the current part

To obtain an instance of this class, refer to NXOpen.Part

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.Layout2d.LocalDefinitionFolderBuilder NXOpen.Layout2d.LocalDefinitionFolderCollection.CreateLocalDefinitionFolderBuilder ( NXOpen.Layout2d.LocalDefinitionFolder  currentFolder)

Creates local definition folder builder instance.

The builder allows operations such as Creation, Edit and Deletion of local definition folders. These operations are Undo/Redo supported.

Created in NX10.0.0

License requirements: nx_layout ("NX Layout")

Parameters
currentFolderNXOpen.Layout2d.LocalDefinitionFolder to be set as current folder. If a null reference (Nothing in Visual Basic), create a new folder
Returns
override int NXOpen.Layout2d.LocalDefinitionFolderCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Layout2d.LocalDefinitionFolder NXOpen.Layout2d.LocalDefinitionFolderCollection.FindObject ( string  name)

Finds the NXOpen.Layout2d.LocalDefinitionFolder with the given name.

An exception will be thrown if no object can be found with the given name.

Created in NX10.0.0

License requirements: nx_layout ("NX Layout")

Parameters
name
Returns
NXOpen.Layout2d.LocalDefinitionFolder [] NXOpen.Layout2d.LocalDefinitionFolderCollection.ToArray ( )

Returns an array of NXOpen.Layout2d.LocalDefinitionFolder objects.

Property Documentation

Tag NXOpen.Layout2d.LocalDefinitionFolderCollection.Tag
get

Returns the tag of this object.


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