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

Represents PMI(Product and Manufacturing Information) data More...

Inheritance diagram for NXOpen.Annotations.PmiData:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe
NXOpen.Annotations.AssociatedObject 
GetAssociatedObject ()
 Returns the associated object More...
 
unsafe
NXOpen.Annotations.BusinessModifier[] 
GetBusinessModifiers ()
 Returns the business modifiers More...
 
unsafe int GetIndex ()
 Returns the index More...
 
unsafe int GetNumAssociatedObjectsSets ()
 Returns the numbers of associated objects list More...
 
unsafe void SetAssociatedObject (NXOpen.Annotations.AssociatedObject assocObj)
 Sets the associated object More...
 
unsafe void SetBusinessModifiers (NXOpen.Annotations.BusinessModifier[] businessModifiers)
 Sets the business modifiers More...
 
unsafe void SetIndex (int index)
 Sets the index More...
 
unsafe void SetNumAssociatedObjectsSets (int numAssocObjectsSets)
 Sets the number of associated objects list 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 ()
 Frees the object from memory. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents PMI(Product and Manufacturing Information) data

Created in NX4.0.0

Member Function Documentation

override void NXOpen.Annotations.PmiData.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

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

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.Annotations.AssociatedObject NXOpen.Annotations.PmiData.GetAssociatedObject ( )
inline

Returns the associated object

Created in NX4.0.0

License requirements: None.

Returns
Associated objects
unsafe NXOpen.Annotations.BusinessModifier [] NXOpen.Annotations.PmiData.GetBusinessModifiers ( )
inline

Returns the business modifiers

Created in NX4.0.0

License requirements: None.

Returns
List of business modifiers
unsafe int NXOpen.Annotations.PmiData.GetIndex ( )
inline

Returns the index

Created in NX5.0.0

License requirements: None.

Returns
unsafe int NXOpen.Annotations.PmiData.GetNumAssociatedObjectsSets ( )
inline

Returns the numbers of associated objects list

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.Annotations.PmiData.SetAssociatedObject ( NXOpen.Annotations.AssociatedObject  assocObj)
inline

Sets the associated object

Created in NX4.0.0

License requirements: None.

Parameters
assocObjList of new associated objects
unsafe void NXOpen.Annotations.PmiData.SetBusinessModifiers ( NXOpen.Annotations.BusinessModifier[]  businessModifiers)
inline

Sets the business modifiers

Created in NX4.0.0

License requirements: None.

Parameters
businessModifiersList of new business modifiers
unsafe void NXOpen.Annotations.PmiData.SetIndex ( int  index)
inline

Sets the index

Created in NX5.0.0

License requirements: None.

Parameters
index
unsafe void NXOpen.Annotations.PmiData.SetNumAssociatedObjectsSets ( int  numAssocObjectsSets)
inline

Sets the number of associated objects list

Created in NX10.0.0

License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
numAssocObjectsSets

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