public static class BaseCustomSymbolBuilder.GeometryPreferences extends Enum
nxopen.annotations.BaseCustomSymbolBuilder#geometryPreferences
and nxopen.annotations.BaseCustomSymbolBuilder#setGeometryPreferences
to set the geometric preferences for a symbolModifier and Type | Field and Description |
---|---|
static int |
_USE_CURRENT
Current preferences
|
static int |
_USE_DEFINITION
Defined preferences
|
static BaseCustomSymbolBuilder.GeometryPreferences |
USE_CURRENT
Current preferences
|
static BaseCustomSymbolBuilder.GeometryPreferences |
USE_DEFINITION
Defined preferences
|
Modifier and Type | Method and Description |
---|---|
static BaseCustomSymbolBuilder.GeometryPreferences |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BaseCustomSymbolBuilder.GeometryPreferences |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BaseCustomSymbolBuilder.GeometryPreferences[] |
values()
Returns an array that contains the values for this enum.
|
public static final BaseCustomSymbolBuilder.GeometryPreferences USE_CURRENT
public static final BaseCustomSymbolBuilder.GeometryPreferences USE_DEFINITION
public static final int _USE_CURRENT
public static final int _USE_DEFINITION
public static BaseCustomSymbolBuilder.GeometryPreferences valueOf(int value)
public static BaseCustomSymbolBuilder.GeometryPreferences valueOf(String name)
public static BaseCustomSymbolBuilder.GeometryPreferences[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.