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

Represents a collection of NXOpen.PDM.DBEntityProxy objects More...

Inheritance diagram for NXOpen.PDM.DBEntityProxyCollection:

Public Member Functions

NXOpen.PDM.DBEntityProxy[] ToArray ()
 Returns an array of NXOpen.PDM.DBEntityProxy objects. More...
 
unsafe NXOpen.NXObject FindProxy (string journalIdentifier)
 Find the DBEntityProxy object with input name More...
 
unsafe NXOpen.PDM.DBEntityProxy CreateDbEntityProxy (string title, int index, NXOpen.TaggedObject context, NXOpen.TaggedObject attributeOwner)
 Creates a NXOpen.PDM.DBEntityProxy 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.PDM.DBEntityProxy objects

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

Created in NX11.0.1

Member Function Documentation

unsafe NXOpen.PDM.DBEntityProxy NXOpen.PDM.DBEntityProxyCollection.CreateDbEntityProxy ( string  title,
int  index,
NXOpen.TaggedObject  context,
NXOpen.TaggedObject  attributeOwner 
)

Creates a NXOpen.PDM.DBEntityProxy

Created in NX11.0.1

License requirements: None.

Parameters
title
index
context
attributeOwner
Returns
override int NXOpen.PDM.DBEntityProxyCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.NXObject NXOpen.PDM.DBEntityProxyCollection.FindProxy ( string  journalIdentifier)

Find the DBEntityProxy object with input name

Created in NX11.0.1

License requirements: None.

Parameters
journalIdentifierIdentifier of the DBEntity object you want
Returns
DBEntity Object with this identifier
NXOpen.PDM.DBEntityProxy [] NXOpen.PDM.DBEntityProxyCollection.ToArray ( )

Returns an array of NXOpen.PDM.DBEntityProxy objects.

Property Documentation

Tag NXOpen.PDM.DBEntityProxyCollection.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.