public enum CadLayoutUcsOrthographicType extends Enum<CadLayoutUcsOrthographicType>
Orthographic type of UCS.
CadLayout
| Enum Constant and Description |
|---|
Back
Orthographic is back
|
Bottom
Orthographic is bottom
|
Front
Orthographic is front
|
IsNotOrthographic
Is not orthographic
|
Left
Orthographic is left
|
Right
Orthographic is right
|
Top
Orthographic is top
|
| Modifier and Type | Method and Description |
|---|---|
static CadLayoutUcsOrthographicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CadLayoutUcsOrthographicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadLayoutUcsOrthographicType IsNotOrthographic
Is not orthographic
public static final CadLayoutUcsOrthographicType Top
Orthographic is top
public static final CadLayoutUcsOrthographicType Bottom
Orthographic is bottom
public static final CadLayoutUcsOrthographicType Front
Orthographic is front
public static final CadLayoutUcsOrthographicType Back
Orthographic is back
public static final CadLayoutUcsOrthographicType Left
Orthographic is left
public static final CadLayoutUcsOrthographicType Right
Orthographic is right
public static CadLayoutUcsOrthographicType[] values()
for (CadLayoutUcsOrthographicType c : CadLayoutUcsOrthographicType.values()) System.out.println(c);
public static CadLayoutUcsOrthographicType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.