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

Represents a Select Elements block
Created in NX8.5.0. More...

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

Public Member Functions

bool AutomaticProgression ()
 Returns the AutomaticProgression. More...
 
NXString Bitmap ()
 Returns the Bitmap
Created in NX8.5.0. More...
 
NXString Cue ()
 Returns the Cue
Created in NX8.5.0. More...
 
std::vector
< NXOpen::TaggedObject * > 
GetSelectedObjects ()
 Gets the SelectedObjects. More...
 
std::vector< int > GetSelectedObjectsSubIDs ()
 Gets the SelectedObjectSubIDs. More...
 
std::vector< NXStringGetSelectModeMembers ()
 Gets the SelectMode members. More...
 
std::vector< NXStringGetSelectSubTypeMembers ()
 Gets the SelectSubType members. More...
 
std::vector< NXStringGetStepStatusMembers ()
 Gets the StepStatus members. More...
 
NXString LabelString ()
 Returns the LabelString
Created in NX8.5.0. More...
 
NXString SelectModeAsString ()
 Returns the SelectMode as string
Created in NX8.5.0. More...
 
NXString SelectSubTypeAsString ()
 Returns the SelectSubType as string
Created in NX8.5.0. More...
 
void SetAutomaticProgression (bool automaticProgression)
 Sets the AutomaticProgression. 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 SetCue (const NXString &cue)
 Sets the Cue
Created in NX8.5.0. More...
 
void SetCue (const char *cue)
 Sets the Cue
Created in NX8.5.0. More...
 
void SetLabelString (const NXString &labelString)
 Sets the LabelString
Created in NX8.5.0. More...
 
void SetLabelString (const char *labelString)
 Sets the LabelString
Created in NX8.5.0. More...
 
void SetSelectedObjects (const std::vector< NXOpen::TaggedObject * > &objectVector)
 Sets the SelectedObjects
Created in NX8.5.0. More...
 
void SetSelectedObjectsSubIDs (const std::vector< int > &idVector)
 Sets the SelectedObjectSubIDs
Created in NX8.5.0. More...
 
void SetSelectModeAsString (const NXString &enumString)
 Sets the SelectMode as string
Created in NX8.5.0. More...
 
void SetSelectModeAsString (const char *enumString)
 Sets the SelectMode as string
Created in NX8.5.0. More...
 
void SetSelectSubTypeAsString (const NXString &enumString)
 Sets the SelectSubType as string
Created in NX8.5.0. More...
 
void SetSelectSubTypeAsString (const char *enumString)
 Sets the SelectSubType as string
Created in NX8.5.0. More...
 
void SetShowSelection (bool showSelection)
 Sets the Show Selection. More...
 
void SetStepStatusAsString (const NXString &enumString)
 Sets the StepStatus as string
Created in NX8.5.0. More...
 
void SetStepStatusAsString (const char *enumString)
 Sets the StepStatus as string
Created in NX8.5.0. More...
 
bool ShowSelection ()
 Returns the Show Selection. More...
 
NXString StepStatusAsString ()
 Returns the StepStatus as string
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 Select Elements block
Created in NX8.5.0.


Member Function Documentation

bool NXOpen::BlockStyler::SelectElement::AutomaticProgression ( )

Returns the AutomaticProgression.

If true, focus automatically progresses to next selection block.
Created in NX8.5.0.

License requirements : None

NXString NXOpen::BlockStyler::SelectElement::Bitmap ( )

Returns the Bitmap
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectElement::Cue ( )

Returns the Cue
Created in NX8.5.0.



License requirements : None

std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SelectElement::GetSelectedObjects ( )

Gets the SelectedObjects.

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

License requirements : None
std::vector<int> NXOpen::BlockStyler::SelectElement::GetSelectedObjectsSubIDs ( )

Gets the SelectedObjectSubIDs.

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

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectElement::GetSelectModeMembers ( )

Gets the SelectMode members.

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

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectElement::GetSelectSubTypeMembers ( )

Gets the SelectSubType members.

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

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectElement::GetStepStatusMembers ( )

Gets the StepStatus members.

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

License requirements : None
NXString NXOpen::BlockStyler::SelectElement::LabelString ( )

Returns the LabelString
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectElement::SelectModeAsString ( )

Returns the SelectMode as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectElement::SelectSubTypeAsString ( )

Returns the SelectSubType as string
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::SelectElement::SetAutomaticProgression ( bool  automaticProgression)

Sets the AutomaticProgression.

If true, focus automatically progresses to next selection block.
Created in NX8.5.0.

License requirements : None

Parameters
automaticProgressionautomaticprogression
void NXOpen::BlockStyler::SelectElement::SetBitmap ( const NXString bitmapString)

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

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

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

Parameters
bitmapStringbitmap string
void NXOpen::BlockStyler::SelectElement::SetCue ( const NXString cue)

Sets the Cue
Created in NX8.5.0.



License requirements : None

Parameters
cuecue
void NXOpen::BlockStyler::SelectElement::SetCue ( const char *  cue)

Sets the Cue
Created in NX8.5.0.



License requirements : None

Parameters
cuecue
void NXOpen::BlockStyler::SelectElement::SetLabelString ( const NXString labelString)

Sets the LabelString
Created in NX8.5.0.



License requirements : None

Parameters
labelStringlabelstring
void NXOpen::BlockStyler::SelectElement::SetLabelString ( const char *  labelString)

Sets the LabelString
Created in NX8.5.0.



License requirements : None

Parameters
labelStringlabelstring
void NXOpen::BlockStyler::SelectElement::SetSelectedObjects ( const std::vector< NXOpen::TaggedObject * > &  objectVector)

Sets the SelectedObjects
Created in NX8.5.0.



License requirements : None

Parameters
objectVectorValue to set for the property
void NXOpen::BlockStyler::SelectElement::SetSelectedObjectsSubIDs ( const std::vector< int > &  idVector)

Sets the SelectedObjectSubIDs
Created in NX8.5.0.



License requirements : None

Parameters
idVectorValue to set for the property
void NXOpen::BlockStyler::SelectElement::SetSelectModeAsString ( const NXString enumString)

Sets the SelectMode as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectElement::SetSelectModeAsString ( const char *  enumString)

Sets the SelectMode as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectElement::SetSelectSubTypeAsString ( const NXString enumString)

Sets the SelectSubType as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectElement::SetSelectSubTypeAsString ( const char *  enumString)

Sets the SelectSubType as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectElement::SetShowSelection ( bool  showSelection)

Sets the Show Selection.

If true, the graphical selection part of this block is shown.

Deprecated:
Deprecated in NX11.0.0.


Created in NX8.5.0.

License requirements : None

Parameters
showSelectionshowselection
void NXOpen::BlockStyler::SelectElement::SetStepStatusAsString ( const NXString enumString)

Sets the StepStatus as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectElement::SetStepStatusAsString ( const char *  enumString)

Sets the StepStatus as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
bool NXOpen::BlockStyler::SelectElement::ShowSelection ( )

Returns the Show Selection.

If true, the graphical selection part of this block is shown.

Deprecated:
Deprecated in NX11.0.0.


Created in NX8.5.0.

License requirements : None

NXString NXOpen::BlockStyler::SelectElement::StepStatusAsString ( )

Returns the StepStatus as string
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.