PmiPreferencesPreferenceSymbolTypes Enumeration

NXOpen.Annotations.PmiPreferences.PreferenceSymbolTypes is an alias for NXOpen.Annotations.PmiPreferencesPreferenceSymbolTypes

class NXOpen.Annotations.PmiPreferencesPreferenceSymbolTypes

Bases: object

Specifies the allowable symbol types for Parallel To Screen and Lock Pan/Zoom

Enum Members

Enum Member Enum Member Description
Note note
GeneralNote general note
SpecificNote specific note
EnterpriseId enterprise id
MaterialSpecification material specification
PartId part id
ProcessSpecification process specification
UrlNote url note
StringNote string note
NumberNote number note
IntegerNote integer note
BalloonNote balloon note
CustomSymbol custom symbol
GovernmentSecurityInfo government security info
CompanySpecificProprietaryInfo company specific proprietary info
ExportControl export control
Table table
CoordinateNote coordinate note
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.