NXOpen .NET Reference  12.0.0
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

Public Member Functions

unsafe NXOpen.Annotations.Value GetLength ()
 Returns the length More...
 
unsafe void SetLength (NXOpen.Annotations.Value length)
 Sets the length. More...
 
unsafe NXOpen.Annotations.Value GetWidth ()
 Returns the width 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...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 
- Protected Member Functions inherited from NXOpen.Annotations.DatumTargetData
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 ( )
protected

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.

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

Returns the length

Created in NX4.0.0

License requirements: None.

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

Returns the width

Created in NX4.0.0

License requirements: None.

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

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.