NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAE.NumberFormat Class Reference

Represents the settings of format number value More...

Inheritance diagram for NXOpen.CAE.NumberFormat:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FormatOption { Automatic, Fixed, Scientific }
 Represents the format option More...
 

Properties

unsafe int DecimalPlaces [get, set]
 Returns or sets the decimal places. More...
 
unsafe
NXOpen.CAE.NumberFormat.FormatOption 
Format [get, set]
 Returns or sets the format option 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the settings of format number value

Created in NX11.0.2

Member Enumeration Documentation

Represents the format option

Enumerator
Automatic 

The program will determine the format internally

Fixed 

Format the number in fixed decimals

Scientific 

Format the number in scientific

Property Documentation

unsafe int NXOpen.CAE.NumberFormat.DecimalPlaces
getset

Returns or sets the decimal places.

The value should be between 0 and 9.

Created in NX11.0.2

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.NumberFormat.FormatOption NXOpen.CAE.NumberFormat.Format
getset

Returns or sets the format option

Created in NX11.0.2

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.