OriginSymbol(Int32, String, Transformation, Boolean) Constructor

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

Deprecated constructor for OriginSumbols with StyleMode == originSymbolStyleType.CoordinateSystem.
Public Sub New( _ 
ByVal ballSize As Integer, _ 
ByVal name As String, _ 
ByVal transformation As Transformation, _ 
ByVal lighting As Boolean
)
This language is not supported or no code example is available.
public OriginSymbol( 
int ballSize
string name
Transformation transformation
bool lighting 
)
This language is not supported or no code example is available.

Parameters

ballSize
int

Size of the sphere in pixels

name
string

Origin label string

transformation
Transformation

The transformation applied to the new OriginSymbol

lighting
bool

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

.NET Framework

Supported in: 4.8

In this article

Definition