NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::DoubleBlock Class Reference

Represents a Double block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::DoubleBlock:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

bool AdaptiveScaleLimits ()
 Returns the AdaptiveScaleLimits
Created in NX8.5.0. More...
 
NXString BalloonTooltipImage ()
 Returns the BalloonTooltipImage
Created in NX8.5.0. More...
 
NXString BalloonTooltipLayoutAsString ()
 Returns the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
NXString BalloonTooltipText ()
 Returns the BalloonTooltipText
Created in NX8.5.0. More...
 
NXString Bitmap ()
 Returns the Bitmap
Created in NX8.5.0. More...
 
std::vector< NXStringGetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout member. More...
 
std::vector< double > GetComboOptions ()
 Gets the ComboOptions. More...
 
std::vector< NXStringGetPresentationStyleMembers ()
 Gets the PresentationStyle members. More...
 
double Increment ()
 Returns the Increment
Created in NX8.5.0. More...
 
double LineIncrement ()
 Returns the LineIncrement
Created in NX8.5.0. More...
 
bool Localize ()
 Returns the Localize
Created in NX8.5.0. More...
 
double MaximumValue ()
 Returns the MaximumValue
Created in NX8.5.0. More...
 
bool MaxInclusive ()
 Returns the MaxInclusive
Created in NX8.5.0. More...
 
double MinimumValue ()
 Returns the MinimumValue
Created in NX8.5.0. More...
 
bool MinInclusive ()
 Returns the MinInclusive
Created in NX8.5.0. More...
 
double PageIncrement ()
 Returns the PageIncrement
Created in NX8.5.0. More...
 
NXString PresentationStyleAsString ()
 Returns the PresentationStyle as string
Created in NX8.5.0. More...
 
bool ReadOnlyValue ()
 Returns the ReadOnlyValue
Created in NX8.5.0. More...
 
bool RetainValue ()
 Returns the RetainValue
Created in NX8.5.0. More...
 
bool ScaleLimits ()
 Returns the ScaleLimits
Created in NX8.5.0. More...
 
NXString ScaleMaxLimitLabel ()
 Returns the ScaleMaxLimitLabel
Created in NX8.5.0. More...
 
NXString ScaleMinLimitLabel ()
 Returns the ScaleMinLimitLabel
Created in NX8.5.0. More...
 
void SetAdaptiveScaleLimits (bool scaleLimits)
 Sets the AdaptiveScaleLimits
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const NXString &imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const char *imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const NXString &enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const char *enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const NXString &balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const char *balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetBitmap (const NXString &bitmapString)
 Sets the Bitmap
Created in NX8.5.0. More...
 
void SetBitmap (const char *bitmapString)
 Sets the Bitmap
Created in NX8.5.0. More...
 
void SetComboOptions (const std::vector< double > &optionValue)
 Sets the ComboOptions
Created in NX8.5.0. More...
 
void SetIncrement (double increment)
 Sets the Increment
Created in NX8.5.0. More...
 
void SetLineIncrement (double lineIncrement)
 Sets the LineIncrement
Created in NX8.5.0. More...
 
void SetLocalize (bool localize)
 Sets the Localize
Created in NX8.5.0. More...
 
void SetMaximumValue (double maxValue)
 Sets the MaximumValue
Created in NX8.5.0. More...
 
void SetMaxInclusive (bool maxInclusive)
 Sets the MaxInclusive
Created in NX8.5.0. More...
 
void SetMinimumValue (double minValue)
 Sets the MinimumValue
Created in NX8.5.0. More...
 
void SetMinInclusive (bool minInclusive)
 Sets the MinInclusive
Created in NX8.5.0. More...
 
void SetPageIncrement (double pageIncrement)
 Sets the PageIncrement
Created in NX8.5.0. More...
 
void SetPresentationStyleAsString (const NXString &enumString)
 Sets the PresentationStyle as string
Created in NX8.5.0. More...
 
void SetPresentationStyleAsString (const char *enumString)
 Sets the PresentationStyle as string
Created in NX8.5.0. More...
 
void SetReadOnlyValue (bool readOnly)
 Sets the ReadOnlyValue
Created in NX8.5.0. More...
 
void SetRetainValue (bool retain)
 Sets the RetainValue
Created in NX8.5.0. More...
 
void SetScaleLimits (bool scaleLimits)
 Sets the ScaleLimits
Created in NX8.5.0. More...
 
void SetScaleMaxLimitLabel (const NXString &maxLimitLabel)
 Sets the ScaleMaxLimitLabel
Created in NX8.5.0. More...
 
void SetScaleMaxLimitLabel (const char *maxLimitLabel)
 Sets the ScaleMaxLimitLabel
Created in NX8.5.0. More...
 
void SetScaleMinLimitLabel (const NXString &minLimitLabel)
 Sets the ScaleMinLimitLabel
Created in NX8.5.0. More...
 
void SetScaleMinLimitLabel (const char *minLimitLabel)
 Sets the ScaleMinLimitLabel
Created in NX8.5.0. More...
 
void SetShowScaleValue (bool showValue)
 Sets the ShowScaleValue
Created in NX8.5.0. More...
 
void SetTitleVisibility (bool visibility)
 Sets the TitleVisibility
Created in NX8.5.0. More...
 
void SetValue (double doubleValue)
 Sets the Value
Created in NX8.5.0. More...
 
void SetWrapSpin (bool wrapSpin)
 Sets the WrapSpin
Created in NX8.5.0. More...
 
bool ShowScaleValue ()
 Returns the ShowScaleValue
Created in NX8.5.0. More...
 
bool TitleVisibility ()
 Returns the TitleVisibility
Created in NX8.5.0. More...
 
double Value ()
 Returns the Value
Created in NX8.5.0. More...
 
bool WrapSpin ()
 Returns the WrapSpin
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Double block
Created in NX8.5.0.


Member Function Documentation

bool NXOpen::BlockStyler::DoubleBlock::AdaptiveScaleLimits ( )

Returns the AdaptiveScaleLimits
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::Bitmap ( )

Returns the Bitmap
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::DoubleBlock::GetBalloonTooltipLayoutMembers ( )

Gets the BalloonTooltipLayout member.

Returns
Value to get from the proprty.
Created in NX8.5.0.

License requirements : None
std::vector<double> NXOpen::BlockStyler::DoubleBlock::GetComboOptions ( )

Gets the ComboOptions.

Returns

Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::DoubleBlock::GetPresentationStyleMembers ( )

Gets the PresentationStyle members.

Returns
Value to get for the property.
Created in NX8.5.0.

License requirements : None
double NXOpen::BlockStyler::DoubleBlock::Increment ( )

Returns the Increment
Created in NX8.5.0.



License requirements : None

double NXOpen::BlockStyler::DoubleBlock::LineIncrement ( )

Returns the LineIncrement
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::Localize ( )

Returns the Localize
Created in NX8.5.0.



License requirements : None

double NXOpen::BlockStyler::DoubleBlock::MaximumValue ( )

Returns the MaximumValue
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::MaxInclusive ( )

Returns the MaxInclusive
Created in NX8.5.0.



License requirements : None

double NXOpen::BlockStyler::DoubleBlock::MinimumValue ( )

Returns the MinimumValue
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::MinInclusive ( )

Returns the MinInclusive
Created in NX8.5.0.



License requirements : None

double NXOpen::BlockStyler::DoubleBlock::PageIncrement ( )

Returns the PageIncrement
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::PresentationStyleAsString ( )

Returns the PresentationStyle as string
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::ReadOnlyValue ( )

Returns the ReadOnlyValue
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::RetainValue ( )

Returns the RetainValue
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::ScaleLimits ( )

Returns the ScaleLimits
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::ScaleMaxLimitLabel ( )

Returns the ScaleMaxLimitLabel
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::DoubleBlock::ScaleMinLimitLabel ( )

Returns the ScaleMinLimitLabel
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::DoubleBlock::SetAdaptiveScaleLimits ( bool  scaleLimits)

Sets the AdaptiveScaleLimits
Created in NX8.5.0.



License requirements : None

Parameters
scaleLimitsscale limits
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipImage ( const NXString imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipImage ( const char *  imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipLayoutAsString ( const NXString enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipLayoutAsString ( const char *  enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipText ( const NXString balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::DoubleBlock::SetBalloonTooltipText ( const char *  balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::DoubleBlock::SetBitmap ( const NXString bitmapString)

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

Parameters
bitmapStringbitmap string
void NXOpen::BlockStyler::DoubleBlock::SetBitmap ( const char *  bitmapString)

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

Parameters
bitmapStringbitmap string
void NXOpen::BlockStyler::DoubleBlock::SetComboOptions ( const std::vector< double > &  optionValue)

Sets the ComboOptions
Created in NX8.5.0.



License requirements : None

Parameters
optionValueoption value
void NXOpen::BlockStyler::DoubleBlock::SetIncrement ( double  increment)

Sets the Increment
Created in NX8.5.0.



License requirements : None

Parameters
incrementincrement
void NXOpen::BlockStyler::DoubleBlock::SetLineIncrement ( double  lineIncrement)

Sets the LineIncrement
Created in NX8.5.0.



License requirements : None

Parameters
lineIncrementline increment
void NXOpen::BlockStyler::DoubleBlock::SetLocalize ( bool  localize)

Sets the Localize
Created in NX8.5.0.



License requirements : None

Parameters
localizelocalize
void NXOpen::BlockStyler::DoubleBlock::SetMaximumValue ( double  maxValue)

Sets the MaximumValue
Created in NX8.5.0.



License requirements : None

Parameters
maxValuemax value
void NXOpen::BlockStyler::DoubleBlock::SetMaxInclusive ( bool  maxInclusive)

Sets the MaxInclusive
Created in NX8.5.0.



License requirements : None

Parameters
maxInclusivemax inclusive
void NXOpen::BlockStyler::DoubleBlock::SetMinimumValue ( double  minValue)

Sets the MinimumValue
Created in NX8.5.0.



License requirements : None

Parameters
minValuemin value
void NXOpen::BlockStyler::DoubleBlock::SetMinInclusive ( bool  minInclusive)

Sets the MinInclusive
Created in NX8.5.0.



License requirements : None

Parameters
minInclusivemin inclusive
void NXOpen::BlockStyler::DoubleBlock::SetPageIncrement ( double  pageIncrement)

Sets the PageIncrement
Created in NX8.5.0.



License requirements : None

Parameters
pageIncrementpage increment
void NXOpen::BlockStyler::DoubleBlock::SetPresentationStyleAsString ( const NXString enumString)

Sets the PresentationStyle as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::DoubleBlock::SetPresentationStyleAsString ( const char *  enumString)

Sets the PresentationStyle as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::DoubleBlock::SetReadOnlyValue ( bool  readOnly)

Sets the ReadOnlyValue
Created in NX8.5.0.



License requirements : None

Parameters
readOnlyread only
void NXOpen::BlockStyler::DoubleBlock::SetRetainValue ( bool  retain)

Sets the RetainValue
Created in NX8.5.0.



License requirements : None

Parameters
retainretain
void NXOpen::BlockStyler::DoubleBlock::SetScaleLimits ( bool  scaleLimits)

Sets the ScaleLimits
Created in NX8.5.0.



License requirements : None

Parameters
scaleLimitsscale limits
void NXOpen::BlockStyler::DoubleBlock::SetScaleMaxLimitLabel ( const NXString maxLimitLabel)

Sets the ScaleMaxLimitLabel
Created in NX8.5.0.



License requirements : None

Parameters
maxLimitLabelmax limit label
void NXOpen::BlockStyler::DoubleBlock::SetScaleMaxLimitLabel ( const char *  maxLimitLabel)

Sets the ScaleMaxLimitLabel
Created in NX8.5.0.



License requirements : None

Parameters
maxLimitLabelmax limit label
void NXOpen::BlockStyler::DoubleBlock::SetScaleMinLimitLabel ( const NXString minLimitLabel)

Sets the ScaleMinLimitLabel
Created in NX8.5.0.



License requirements : None

Parameters
minLimitLabelmin limit label
void NXOpen::BlockStyler::DoubleBlock::SetScaleMinLimitLabel ( const char *  minLimitLabel)

Sets the ScaleMinLimitLabel
Created in NX8.5.0.



License requirements : None

Parameters
minLimitLabelmin limit label
void NXOpen::BlockStyler::DoubleBlock::SetShowScaleValue ( bool  showValue)

Sets the ShowScaleValue
Created in NX8.5.0.



License requirements : None

Parameters
showValueshow value
void NXOpen::BlockStyler::DoubleBlock::SetTitleVisibility ( bool  visibility)

Sets the TitleVisibility
Created in NX8.5.0.



License requirements : None

Parameters
visibilityvisibility
void NXOpen::BlockStyler::DoubleBlock::SetValue ( double  doubleValue)

Sets the Value
Created in NX8.5.0.



License requirements : None

Parameters
doubleValuedouble value
void NXOpen::BlockStyler::DoubleBlock::SetWrapSpin ( bool  wrapSpin)

Sets the WrapSpin
Created in NX8.5.0.



License requirements : None

Parameters
wrapSpinwrap spin
bool NXOpen::BlockStyler::DoubleBlock::ShowScaleValue ( )

Returns the ShowScaleValue
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::TitleVisibility ( )

Returns the TitleVisibility
Created in NX8.5.0.



License requirements : None

double NXOpen::BlockStyler::DoubleBlock::Value ( )

Returns the Value
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::DoubleBlock::WrapSpin ( )

Returns the WrapSpin
Created in NX8.5.0.



License requirements : None


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