NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::CoordinateNoteBuilder Class Reference

Represents a Annotations::CoordinateNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateCoordinateNoteBuilder
Default values. More...

Inheritance diagram for NXOpen::Annotations::CoordinateNoteBuilder:
NXOpen::Annotations::PmiAttributeBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

NXString Category ()
 Returns the category
Created in NX6.0.0.
int DecimalPlace ()
 Returns the decimal place for coordinate note display
Created in NX6.0.0.
NXString Identifier ()
 Returns the identifier
Created in NX6.0.0.
NXString Revision ()
 Returns the revision
Created in NX6.0.0.
void SetCategory (const NXString &category)
 Sets the category
Created in NX6.0.0.
void SetDecimalPlace (int decimalPlace)
 Sets the decimal place for coordinate note display
Created in NX6.0.0.
void SetIdentifier (const NXString &identifier)
 Sets the identifier
Created in NX6.0.0.
void SetRevision (const NXString &revision)
 Sets the revision
Created in NX6.0.0.
void SetStringPrefixI (const NXString &stringPrefixI)
 Sets the string prefix i
Created in NX6.0.0.
void SetStringPrefixJ (const NXString &stringPrefixJ)
 Sets the string prefix j
Created in NX6.0.0.
void SetStringPrefixK (const NXString &stringPrefixK)
 Sets the string prefix k
Created in NX6.0.0.
void SetStringPrefixLabel (const NXString &stringPrefixLabel)
 Sets the string prefix label
Created in NX6.0.0.
void SetStringPrefixLevel (const NXString &stringPrefixLevel)
 Sets the string prefix level
Created in NX6.0.0.
void SetStringPrefixX (const NXString &stringPrefixX)
 Sets the string prefix x
Created in NX6.0.0.
void SetStringPrefixY (const NXString &stringPrefixY)
 Sets the string prefix y
Created in NX6.0.0.
void SetStringPrefixZ (const NXString &stringPrefixZ)
 Sets the string prefix z
Created in NX6.0.0.
void SetStringSuffixI (const NXString &stringSuffixI)
 Sets the string suffix i
Created in NX6.0.0.
void SetStringSuffixJ (const NXString &stringSuffixJ)
 Sets the string suffix j
Created in NX6.0.0.
void SetStringSuffixK (const NXString &stringSuffixK)
 Sets the string suffix k
Created in NX6.0.0.
void SetStringSuffixLabel (const NXString &stringSuffixLabel)
 Sets the string suffix label
Created in NX6.0.0.
void SetStringSuffixLevel (const NXString &stringSuffixLevel)
 Sets the string suffix level
Created in NX6.0.0.
void SetStringSuffixX (const NXString &stringSuffixX)
 Sets the string suffix x
Created in NX6.0.0.
void SetStringSuffixY (const NXString &stringSuffixY)
 Sets the string suffix y
Created in NX6.0.0.
void SetStringSuffixZ (const NXString &stringSuffixZ)
 Sets the string suffix z
Created in NX6.0.0.
void SetTitle (const NXString &title)
 Sets the str title
Created in NX6.0.0.
void SetToggleI (bool toggleI)
 Sets the toggle i
Created in NX6.0.0.
void SetToggleJ (bool toggleJ)
 Sets the toggle j
Created in NX6.0.0.
void SetToggleK (bool toggleK)
 Sets the toggle k
Created in NX6.0.0.
void SetToggleLabel (bool toggleLabel)
 Sets the toggle label
Created in NX6.0.0.
void SetToggleLevel (bool toggleLevel)
 Sets the toggle level
Created in NX6.0.0.
void SetToggleX (bool toggleX)
 Sets the toggle x
Created in NX6.0.0.
void SetToggleY (bool toggleY)
 Sets the toggle y
Created in NX6.0.0.
void SetToggleZ (bool toggleZ)
 Sets the toggle z
Created in NX6.0.0.
void SetTrackingCsys (NXOpen::CoordinateSystem *trackingCsys)
 Sets the tracking csys
Created in NX6.0.0.
void SetTrackingPoint (NXOpen::Point *trackingPoint)
 Sets the tracking point
Created in NX6.0.0.
NXString StringPrefixI ()
 Returns the string prefix i
Created in NX6.0.0.
NXString StringPrefixJ ()
 Returns the string prefix j
Created in NX6.0.0.
NXString StringPrefixK ()
 Returns the string prefix k
Created in NX6.0.0.
NXString StringPrefixLabel ()
 Returns the string prefix label
Created in NX6.0.0.
NXString StringPrefixLevel ()
 Returns the string prefix level
Created in NX6.0.0.
NXString StringPrefixX ()
 Returns the string prefix x
Created in NX6.0.0.
NXString StringPrefixY ()
 Returns the string prefix y
Created in NX6.0.0.
NXString StringPrefixZ ()
 Returns the string prefix z
Created in NX6.0.0.
NXString StringSuffixI ()
 Returns the string suffix i
Created in NX6.0.0.
NXString StringSuffixJ ()
 Returns the string suffix j
Created in NX6.0.0.
NXString StringSuffixK ()
 Returns the string suffix k
Created in NX6.0.0.
NXString StringSuffixLabel ()
 Returns the string suffix label
Created in NX6.0.0.
NXString StringSuffixLevel ()
 Returns the string suffix level
Created in NX6.0.0.
NXString StringSuffixX ()
 Returns the string suffix x
Created in NX6.0.0.
NXString StringSuffixY ()
 Returns the string suffix y
Created in NX6.0.0.
NXString StringSuffixZ ()
 Returns the string suffix z
Created in NX6.0.0.
NXString Title ()
 Returns the str title
Created in NX6.0.0.
bool ToggleI ()
 Returns the toggle i
Created in NX6.0.0.
bool ToggleJ ()
 Returns the toggle j
Created in NX6.0.0.
bool ToggleK ()
 Returns the toggle k
Created in NX6.0.0.
bool ToggleLabel ()
 Returns the toggle label
Created in NX6.0.0.
bool ToggleLevel ()
 Returns the toggle level
Created in NX6.0.0.
bool ToggleX ()
 Returns the toggle x
Created in NX6.0.0.
bool ToggleY ()
 Returns the toggle y
Created in NX6.0.0.
bool ToggleZ ()
 Returns the toggle z
Created in NX6.0.0.
NXOpen::CoordinateSystemTrackingCsys ()
 Returns the tracking csys
Created in NX6.0.0.
NXOpen::PointTrackingPoint ()
 Returns the tracking point
Created in NX6.0.0.

Detailed Description

Represents a Annotations::CoordinateNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateCoordinateNoteBuilder
Default values.

Property Value

ToggleI

0

ToggleJ

0

ToggleK

0

ToggleLabel

0

ToggleLevel

0

ToggleX

0

ToggleY

0

ToggleZ

0


Created in NX6.0.0.


Member Function Documentation

Returns the category
Created in NX6.0.0.



License requirements : None

Returns the decimal place for coordinate note display
Created in NX6.0.0.



License requirements : None

Returns the identifier
Created in NX6.0.0.



License requirements : None

Returns the revision
Created in NX6.0.0.



License requirements : None

Sets the category
Created in NX6.0.0.



License requirements : None

Parameters:
categorycategory

Sets the decimal place for coordinate note display
Created in NX6.0.0.



License requirements : None

Parameters:
decimalPlacedecimalplace

Sets the identifier
Created in NX6.0.0.



License requirements : None

Parameters:
identifieridentifier

Sets the revision
Created in NX6.0.0.



License requirements : None

Parameters:
revisionrevision

Sets the string prefix i
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixIstringprefixi

Sets the string prefix j
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixJstringprefixj

Sets the string prefix k
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixKstringprefixk

Sets the string prefix label
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixLabelstringprefixlabel

Sets the string prefix level
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixLevelstringprefixlevel

Sets the string prefix x
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixXstringprefixx

Sets the string prefix y
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixYstringprefixy

Sets the string prefix z
Created in NX6.0.0.



License requirements : None

Parameters:
stringPrefixZstringprefixz

Sets the string suffix i
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixIstringsuffixi

Sets the string suffix j
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixJstringsuffixj

Sets the string suffix k
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixKstringsuffixk

Sets the string suffix label
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixLabelstringsuffixlabel

Sets the string suffix level
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixLevelstringsuffixlevel

Sets the string suffix x
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixXstringsuffixx

Sets the string suffix y
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixYstringsuffixy

Sets the string suffix z
Created in NX6.0.0.



License requirements : None

Parameters:
stringSuffixZstringsuffixz

Sets the str title
Created in NX6.0.0.



License requirements : None

Parameters:
titletitle

Sets the toggle i
Created in NX6.0.0.



License requirements : None

Parameters:
toggleItogglei

Sets the toggle j
Created in NX6.0.0.



License requirements : None

Parameters:
toggleJtogglej

Sets the toggle k
Created in NX6.0.0.



License requirements : None

Parameters:
toggleKtogglek

Sets the toggle label
Created in NX6.0.0.



License requirements : None

Parameters:
toggleLabeltogglelabel

Sets the toggle level
Created in NX6.0.0.



License requirements : None

Parameters:
toggleLeveltogglelevel

Sets the toggle x
Created in NX6.0.0.



License requirements : None

Parameters:
toggleXtogglex

Sets the toggle y
Created in NX6.0.0.



License requirements : None

Parameters:
toggleYtoggley

Sets the toggle z
Created in NX6.0.0.



License requirements : None

Parameters:
toggleZtogglez

Sets the tracking csys
Created in NX6.0.0.



License requirements : None

Parameters:
trackingCsystrackingcsys

Sets the tracking point
Created in NX6.0.0.



License requirements : None

Parameters:
trackingPointtrackingpoint

Returns the string prefix i
Created in NX6.0.0.



License requirements : None

Returns the string prefix j
Created in NX6.0.0.



License requirements : None

Returns the string prefix k
Created in NX6.0.0.



License requirements : None

Returns the string prefix label
Created in NX6.0.0.



License requirements : None

Returns the string prefix level
Created in NX6.0.0.



License requirements : None

Returns the string prefix x
Created in NX6.0.0.



License requirements : None

Returns the string prefix y
Created in NX6.0.0.



License requirements : None

Returns the string prefix z
Created in NX6.0.0.



License requirements : None

Returns the string suffix i
Created in NX6.0.0.



License requirements : None

Returns the string suffix j
Created in NX6.0.0.



License requirements : None

Returns the string suffix k
Created in NX6.0.0.



License requirements : None

Returns the string suffix label
Created in NX6.0.0.



License requirements : None

Returns the string suffix level
Created in NX6.0.0.



License requirements : None

Returns the string suffix x
Created in NX6.0.0.



License requirements : None

Returns the string suffix y
Created in NX6.0.0.



License requirements : None

Returns the string suffix z
Created in NX6.0.0.



License requirements : None

Returns the str title
Created in NX6.0.0.



License requirements : None

Returns the toggle i
Created in NX6.0.0.



License requirements : None

Returns the toggle j
Created in NX6.0.0.



License requirements : None

Returns the toggle k
Created in NX6.0.0.



License requirements : None

Returns the toggle label
Created in NX6.0.0.



License requirements : None

Returns the toggle level
Created in NX6.0.0.



License requirements : None

Returns the toggle x
Created in NX6.0.0.



License requirements : None

Returns the toggle y
Created in NX6.0.0.



License requirements : None

Returns the toggle z
Created in NX6.0.0.



License requirements : None

Returns the tracking csys
Created in NX6.0.0.



License requirements : None

Returns the tracking point
Created in NX6.0.0.



License requirements : None


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