NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.BlockStyler.ExpressionBlock Class Reference

Represents an Expression block More...

Inheritance diagram for NXOpen.BlockStyler.ExpressionBlock:
NXOpen.BlockStyler.UIBlock NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string[] GetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout members More...
 
unsafe string[] GetDimensionalityMembers ()
 Gets the members of Dimensionality enum. More...
 
- Public Member Functions inherited from NXOpen.BlockStyler.UIBlock
unsafe void Focus ()
 Focuses on the block. More...
 
unsafe
NXOpen.BlockStyler.PropertyList 
GetProperties ()
 Returns the properties of the block More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool AdaptiveScaleLimits [get, set]
 Returns or sets the AdaptiveScaleLimits. More...
 
unsafe string BalloonTooltipImage [get, set]
 Returns or sets the BalloonTooltipImage More...
 
unsafe string BalloonTooltipLayoutAsString [get, set]
 Returns or sets the BalloonTooltipLayout as string More...
 
unsafe string BalloonTooltipText [get, set]
 Returns or sets the BalloonTooltipText More...
 
unsafe string DimensionalityAsString [get, set]
 Returns or sets the Dimensionality as string. More...
 
unsafe NXOpen.TaggedObject ExpressionObject [get, set]
 Returns or sets the ExpressionObject More...
 
unsafe string Formula [get, set]
 Returns or sets the Formula for the expression More...
 
unsafe bool HasUnitsMenu [get, set]
 Returns or sets the HasUnitsMenu. More...
 
unsafe double LineIncrement [get, set]
 Returns or sets the LineIncrement value. More...
 
unsafe double MaximumValue [get, set]
 Returns or sets the MaximumValue More...
 
unsafe bool MaxInclusive [get, set]
 Returns or sets the MaxInclusive More...
 
unsafe double MinimumValue [get, set]
 Returns or sets the MinimumValue More...
 
unsafe bool MinInclusive [get, set]
 Returns or sets the MinInclusive More...
 
unsafe double PageIncrement [get, set]
 Returns or sets the PageIncrement value. More...
 
unsafe bool RetainValue [get, set]
 Returns or sets the RetainValue. More...
 
unsafe NXOpen.TaggedObject Units [get, set]
 Returns or sets the Units for the expression More...
 
unsafe double Value [get, set]
 Returns or sets the Value. More...
 
unsafe bool WithScale [get, set]
 Returns or sets the WithScale. More...
 
- Properties inherited from NXOpen.BlockStyler.UIBlock
unsafe bool Enable [get, set]
 Returns or sets the Enable. More...
 
unsafe bool Expanded [get, set]
 Returns or sets the Expanded More...
 
unsafe bool Group [get, set]
 Returns or sets the Group More...
 
unsafe string Label [get, set]
 Returns or sets the Label More...
 
unsafe string Name [get]
 Returns the name of the block or BlockID More...
 
unsafe bool Show [get, set]
 Returns or sets the Visibility of block. More...
 
unsafe string Type [get]
 Returns the type of block More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents an Expression block

Created in NX8.5.0

Member Function Documentation

unsafe string [] NXOpen.BlockStyler.ExpressionBlock.GetBalloonTooltipLayoutMembers ( )
inline

Gets the BalloonTooltipLayout members

Created in NX8.5.0

License requirements: None.

Returns
Value to get from the property.
unsafe string [] NXOpen.BlockStyler.ExpressionBlock.GetDimensionalityMembers ( )
inline

Gets the members of Dimensionality enum.

Created in NX8.5.0

License requirements: None.

Returns
Value to get from the property.

Property Documentation

unsafe bool NXOpen.BlockStyler.ExpressionBlock.AdaptiveScaleLimits
getset

Returns or sets the AdaptiveScaleLimits.

If true, indicates that the scale should be adaptive.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.ExpressionBlock.BalloonTooltipImage
getset

Returns or sets the BalloonTooltipImage

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.ExpressionBlock.BalloonTooltipLayoutAsString
getset

Returns or sets the BalloonTooltipLayout as string

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.ExpressionBlock.BalloonTooltipText
getset

Returns or sets the BalloonTooltipText

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.ExpressionBlock.DimensionalityAsString
getset

Returns or sets the Dimensionality as string.

It specifies the type of quantity that the expression represents.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.BlockStyler.ExpressionBlock.ExpressionObject
getset

Returns or sets the ExpressionObject

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.ExpressionBlock.Formula
getset

Returns or sets the Formula for the expression

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.ExpressionBlock.HasUnitsMenu
getset

Returns or sets the HasUnitsMenu.

If true, indicates that a menu will be displayed allowing the user to change units. This property is relevant only when the Dimensionality property is set to a value that is not without units.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.ExpressionBlock.LineIncrement
getset

Returns or sets the LineIncrement value.

Specifies the increment/decrement when the user presses the arrow keys on the keyboard. Only available when PresentationStyle is set to Scale or ScaleKeyin.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.ExpressionBlock.MaximumValue
getset

Returns or sets the MaximumValue

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.ExpressionBlock.MaxInclusive
getset

Returns or sets the MaxInclusive

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.ExpressionBlock.MinimumValue
getset

Returns or sets the MinimumValue

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.ExpressionBlock.MinInclusive
getset

Returns or sets the MinInclusive

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.ExpressionBlock.PageIncrement
getset

Returns or sets the PageIncrement value.

Specifies the increment/decrement when the user presses the Page Up or Page Down keys on the keyboard. Only available when PresentationStyle is set to Scale or ScaleKeyin.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.ExpressionBlock.RetainValue
getset

Returns or sets the RetainValue.

If true, indicates that the values in the block would be stored in dialog memory upon OK, Apply or Close.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.BlockStyler.ExpressionBlock.Units
getset

Returns or sets the Units for the expression

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.ExpressionBlock.Value
getset

Returns or sets the Value.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.ExpressionBlock.WithScale
getset

Returns or sets the WithScale.

If true, the slider bar is shown.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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