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.RectangularTargetData Class Reference

Represents rectangular datum target data More...

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

Public Member Functions

unsafe NXOpen.Annotations.Value GetLength ()
 Returns the length More...
 
unsafe NXOpen.Annotations.Value GetWidth ()
 Returns the width More...
 
unsafe void SetLength (NXOpen.Annotations.Value length)
 Sets the length. More...
 
unsafe void SetWidth (NXOpen.Annotations.Value width)
 Sets the width. More...
 
- Public Member Functions inherited from NXOpen.Annotations.DatumTargetData
unsafe
NXOpen.Annotations.SimpleDraftingAidPreferences 
GetSimpleDraftingAidPreferences ()
 Returns the SimpleDraftingAidPreferences object More...
 
unsafe void SetSimpleDraftingAidPreferences (NXOpen.Annotations.SimpleDraftingAidPreferences preferences)
 Sets the SimpleDraftingAidPreferences object 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.Annotations.DatumTargetData
unsafe string DatumLabel [get, set]
 Returns or sets the datum label. More...
 
unsafe int Index [get, set]
 Returns or sets the target index. More...
 

Detailed Description

Represents rectangular datum target data

Created in NX4.0.0

Member Function Documentation

override void NXOpen.Annotations.RectangularTargetData.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.

Reimplemented from NXOpen.Annotations.DatumTargetData.

unsafe NXOpen.Annotations.Value NXOpen.Annotations.RectangularTargetData.GetLength ( )
inline

Returns the length

Created in NX4.0.0

License requirements: None.

Returns
Length data
unsafe NXOpen.Annotations.Value NXOpen.Annotations.RectangularTargetData.GetWidth ( )
inline

Returns the width

Created in NX4.0.0

License requirements: None.

Returns
Width data
unsafe void NXOpen.Annotations.RectangularTargetData.SetLength ( NXOpen.Annotations.Value  length)
inline

Sets the length.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Created in NX4.0.0

License requirements: None.

Parameters
lengthNew length data
unsafe void NXOpen.Annotations.RectangularTargetData.SetWidth ( NXOpen.Annotations.Value  width)
inline

Sets the width.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Created in NX4.0.0

License requirements: None.

Parameters
widthNew width data

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