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

Represents an arbitrary datum target. More...

Inheritance diagram for NXOpen.Annotations.ArbitraryTarget:
NXOpen.Annotations.DatumTarget NXOpen.Annotations.IArbitraryTarget NXOpen.Annotations.DraftingDatumTarget NXOpen.Annotations.IPmi NXOpen.INXObject NXOpen.Annotations.BaseDatumTarget NXOpen.INXObject NXOpen.Annotations.Gdt NXOpen.Annotations.IDatumTarget NXOpen.Annotations.SimpleDraftingAid NXOpen.Annotations.IFcf NXOpen.INXObject NXOpen.Annotations.DraftingAid NXOpen.INXObject NXOpen.Annotations.Annotation NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe string UpperText [get, set]
 Returns or sets the target upper text. More...
 
- Properties inherited from NXOpen.Annotations.DatumTarget
unsafe int Index [get, set]
 Returns or sets the index. More...
 
unsafe bool IsMirrored [get]
 Returns a flag indicating whether the annotation is mirrored More...
 
unsafe bool IsWaveLinked [get]
 Returns a flag indicating whether the pmi is wave linked More...
 
unsafe
NXOpen.Annotations.Annotation 
LinkSource [get]
 Returns the source pmi of linked pmi which is linked via wave or mirror. More...
 
- Properties inherited from NXOpen.Annotations.IPmi
int Index [get, set]
 Returns or sets the index. More...
 
bool IsMirrored [get]
 Returns a flag indicating whether the annotation is mirrored More...
 
bool IsWaveLinked [get]
 Returns a flag indicating whether the pmi is wave linked More...
 
NXOpen.Annotations.Annotation LinkSource [get]
 Returns the source pmi of linked pmi which is linked via wave or mirror. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.Annotations.IArbitraryTarget
string UpperText [get, set]
 Returns or sets the target upper text. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.DisplayableObject
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight = 11,
  Nine, Ten, Eleven
}
 specifies the object font for objects such as lines More...
 
enum  ObjectWidth {
  Normal, Thick, Thin, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 specifies object width for objects such as lines and text More...
 
- Public Member Functions inherited from NXOpen.Annotations.DatumTarget
unsafe void AddBusinessModifiers (NXOpen.Annotations.BusinessModifier[] businessModifiers)
 Adds the business modifiers. More...
 
unsafe
NXOpen.Annotations.AssociatedObject 
GetAssociatedObject ()
 Returns the associated object More...
 
unsafe
NXOpen.Annotations.BusinessModifier[] 
GetBusinessModifiers ()
 Returns the business modifiers More...
 
unsafe
NXOpen.Annotations.AssociatedObject 
GetSharedAssociatedObject ()
 Returns the shared associated objects 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents an arbitrary datum target.

To create or edit an instance of this class, use NXOpen.Annotations.PmiDatumTargetBuilder

Created in NX4.0.0

Property Documentation

unsafe string NXOpen.Annotations.ArbitraryTarget.UpperText
getset

Returns or sets the target upper text.

NOTE: The set 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 NX5.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")


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