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

Represents a On Path Dimension block More...

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

Public Member Functions

unsafe string[] GetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout members More...
 
unsafe string[] GetLocationOptionMembers ()
 Gets the LocationOption members 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 NXOpen.TaggedObject ExpressionObject [get, set]
 Returns or sets the ExpressionObject More...
 
unsafe string Formula [get, set]
 Returns or sets the Formula More...
 
unsafe double LineIncrement [get, set]
 Returns or sets the LineIncrement value. More...
 
unsafe string LocationOptionAsString [get, set]
 Returns or sets the LocationOption as string 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 int OptionMask [get, set]
 Returns or sets the OptionMask More...
 
unsafe string OptionMenuTitle [get, set]
 Returns or sets the OptionMenuTitle More...
 
unsafe double PageIncrement [get, set]
 Returns or sets the PageIncrement value. More...
 
unsafe NXOpen.TaggedObject Path [get, set]
 Returns or sets the Path More...
 
unsafe bool ShowFocusHandle [get, set]
 Returns or sets the ShowFocusHandle More...
 
unsafe int SnapPointTypesOnByDefault [get, set]
 Returns or sets the SnapPointTypesOnByDefault More...
 
unsafe NXOpen.TaggedObject Units [get, set]
 Returns or sets the Units 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 a On Path Dimension block

Created in NX8.5.0

Member Function Documentation

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

Gets the BalloonTooltipLayout members

Created in NX8.5.0

License requirements: None.

Returns
Values to get from the property.
unsafe string [] NXOpen.BlockStyler.OnPathDimension.GetLocationOptionMembers ( )
inline

Gets the LocationOption members

Created in NX8.5.0

License requirements: None.

Returns
Values to get from the property

Property Documentation

unsafe bool NXOpen.BlockStyler.OnPathDimension.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.OnPathDimension.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.OnPathDimension.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.OnPathDimension.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 NXOpen.TaggedObject NXOpen.BlockStyler.OnPathDimension.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.OnPathDimension.Formula
getset

Returns or sets the Formula

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.OnPathDimension.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 string NXOpen.BlockStyler.OnPathDimension.LocationOptionAsString
getset

Returns or sets the LocationOption as string

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.OnPathDimension.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.OnPathDimension.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.OnPathDimension.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.OnPathDimension.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 int NXOpen.BlockStyler.OnPathDimension.OptionMask
getset

Returns or sets the OptionMask

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.OnPathDimension.OptionMenuTitle
getset

Returns or sets the OptionMenuTitle

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.OnPathDimension.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 NXOpen.TaggedObject NXOpen.BlockStyler.OnPathDimension.Path
getset

Returns or sets the Path

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.OnPathDimension.ShowFocusHandle
getset

Returns or sets the ShowFocusHandle

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.BlockStyler.OnPathDimension.SnapPointTypesOnByDefault
getset

Returns or sets the SnapPointTypesOnByDefault

Created in NX8.5.0

Deprecated in NX9.0.0. This call can be safely removed as this is now a no-op.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.BlockStyler.OnPathDimension.Units
getset

Returns or sets the Units

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.OnPathDimension.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.OnPathDimension.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.