OriginSymbol(Int32, originSymbolStyleType, Color, Color, Color, Color, String, String, String, String, Boolean, Boolean) Constructor

NOTE: This member is now obsolete. This constructor is deprecated.

Deprecated constructor.
Public Sub New( _ 
ByVal ballSize As Integer, _ 
ByVal styleMode As originSymbolStyleType, _ 
ByVal labelColor As Color, _ 
ByVal arrowColorX As Color, _ 
ByVal arrowColorY As Color, _ 
ByVal arrowColorZ As Color, _ 
ByVal labelOrigin As String, _ 
ByVal labelAxisX As String, _ 
ByVal labelAxisY As String, _ 
ByVal labelAxisZ As String, _ 
ByVal visible As Boolean, _ 
ByVal lighting As Boolean
)
This language is not supported or no code example is available.
public OriginSymbol( 
int ballSize
originSymbolStyleType styleMode
Color labelColor
Color arrowColorX
Color arrowColorY
Color arrowColorZ
string labelOrigin
string labelAxisX
string labelAxisY
string labelAxisZ
bool visible
bool lighting 
)
This language is not supported or no code example is available.

Parameters

ballSize
int

Size of the sphere in pixels

styleMode
originSymbolStyleType

Style mode

labelColor
Color

Label color

arrowColorX
Color

X axis arrow color

arrowColorY
Color

Y axis arrow color

arrowColorZ
Color

Z axis arrow color

labelOrigin
string

Origin label string

labelAxisX
string

X axis label string

labelAxisY
string

Y axis label string

labelAxisZ
string

Z axis label string

visible
bool

Visibility status

lighting
bool

When false, the UI element is drawn with a flat color.

.NET Framework

Supported in: 4.8

In this article

Definition