BoundingBoxSettings(Color, Color, UInt16, Boolean, Boolean, Point3D, Point3D, String, String, Boolean) Constructor

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

Deprecated constructor.
Public Sub New( _ 
ByVal labelColor As Color, _ 
ByVal lineColor As Color, _ 
ByVal linePattern As UInt16, _ 
ByVal visible As Boolean, _ 
ByVal overrideSceneExtents As Boolean, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal textSuffix As String, _ 
ByVal notApplicableText As String, _ 
ByVal lighting As Boolean
)
This language is not supported or no code example is available.
public BoundingBoxSettings( 
Color labelColor
Color lineColor
UInt16 linePattern
bool visible
bool overrideSceneExtents
Point3D min
Point3D max
string textSuffix
string notApplicableText
bool lighting 
)
This language is not supported or no code example is available.

Parameters

labelColor
Color

Label color (deprecated parameter)

lineColor
Color

Color used to draw the wireframe box (deprecated parameter)

linePattern
UInt16

Pattern used to draw the wireframe box

visible
bool

Visibility status

overrideSceneExtents
bool

IF true, considers the BoundingBox.Min and BoundingBox.Max as the extension of the scene

min
Point3D

Defines the minimum extension of the scene

max
Point3D

Defines the maximum extension of the scene

textSuffix
string

Text label suffix

notApplicableText
string

The text showed when the EntityList is empty.

lighting
bool

When false the UI element is drawn with flat color (deprecated parameter)

.NET Framework

Supported in: 4.8

In this article

Definition