PropertyDatatypeOption Enumeration

NXOpen.VisualReporting.Property.DatatypeOption is an alias for NXOpen.VisualReporting.PropertyDatatypeOption

class NXOpen.VisualReporting.PropertyDatatypeOption

Bases: object

Represents the possible NXOpen.VisualReporting.Property.SystemDatatype() options for a property.

Enum Members

Enum Member Enum Member Description
String
String datatype
Integer
Integer datatype
Real
Floating-point datatype
Boolean
Boolean datatype
Unknown
The datatype is unknown
Null
Null data type
Date
Date datatype
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.