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

Represents a collection of NXOpen.Annotations.TargetPoint objects More...

Inheritance diagram for NXOpen.Annotations.TargetPointCollection:

Public Member Functions

NXOpen.Annotations.TargetPoint[] ToArray ()
 Returns an array of NXOpen.Annotations.TargetPoint objects. More...
 
unsafe
NXOpen.Annotations.TargetPointBuilder 
CreateTargetPointBuilder (NXOpen.Annotations.TargetPoint targetPt)
 Creates the TargetPointBuilder More...
 
unsafe
NXOpen.Annotations.TargetPoint 
FindObject (string journalIdentifier)
 Finds the target point 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.Annotations.TargetPoint objects

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

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Annotations.TargetPointBuilder NXOpen.Annotations.TargetPointCollection.CreateTargetPointBuilder ( NXOpen.Annotations.TargetPoint  targetPt)

Creates the TargetPointBuilder

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
targetPtNXOpen.Annotations.TargetPoint to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
TargetPointBuilder object
override int NXOpen.Annotations.TargetPointCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Annotations.TargetPoint NXOpen.Annotations.TargetPointCollection.FindObject ( string  journalIdentifier)

Finds the target point with the given name.

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

Created in NX6.0.0

License requirements: None.

Parameters
journalIdentifierIdentifier of the target point to be found
Returns
Target Point with this identifier
NXOpen.Annotations.TargetPoint [] NXOpen.Annotations.TargetPointCollection.ToArray ( )

Returns an array of NXOpen.Annotations.TargetPoint objects.

Property Documentation

Tag NXOpen.Annotations.TargetPointCollection.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.