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

Represents a Specify Location block More...

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

Public Member Functions

unsafe string[] GetStepStatusMembers ()
 Gets the StepStatus members More...
 
unsafe void ResetCursorLocation ()
 Reset the cursor location 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 AutomaticProgression [get, set]
 Returns or sets the AutomaticProgression More...
 
unsafe NXOpen.Point3d CursorLocation [get, set]
 Returns or sets the CursorLocation More...
 
unsafe bool DisplayTemporaryPoint [get, set]
 Returns or sets the DisplayTemporaryPoint More...
 
unsafe string LabelString [get, set]
 Returns or sets the LabelString More...
 
unsafe bool LocationSpecified [get]
 Returns whether the cursor location has been set or not. More...
 
unsafe string StepStatusAsString [get, set]
 Returns or sets the StepStatus as string 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 Specify Location block

Created in NX8.5.0

Member Function Documentation

unsafe string [] NXOpen.BlockStyler.SpecifyLocation.GetStepStatusMembers ( )
inline

Gets the StepStatus members

Created in NX8.5.0

License requirements: None.

Returns
Value to get from the property
unsafe void NXOpen.BlockStyler.SpecifyLocation.ResetCursorLocation ( )
inline

Reset the cursor location

Created in NX1847.0.0

License requirements: None.

Property Documentation

unsafe bool NXOpen.BlockStyler.SpecifyLocation.AutomaticProgression
getset

Returns or sets the AutomaticProgression

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.BlockStyler.SpecifyLocation.CursorLocation
getset

Returns or sets the CursorLocation

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyLocation.DisplayTemporaryPoint
getset

Returns or sets the DisplayTemporaryPoint

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.SpecifyLocation.LabelString
getset

Returns or sets the LabelString

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyLocation.LocationSpecified
get

Returns whether the cursor location has been set or not.

Initially, this will return false, but will return true after the user has specified a location interactively, or if CursorLocation is set programmatically. Calling ResetCursorLocation will also reset this property back to false. If this property is false, then the value of CursorLocation is meaningless

Created in NX1847.0.0

License requirements: None.

unsafe string NXOpen.BlockStyler.SpecifyLocation.StepStatusAsString
getset

Returns or sets the StepStatus as string

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.