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 data type
Integer Integer data type
Real Floating point data type
Boolean Boolean data type
Unknown The data type is unknown
Null Null data type
Date Date data type
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.