DrawForSelectionParams<T> Constructor

Constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal viewport As Viewport, _ 
ByVal selectionLineWeightScaleFactor As Single, _ 
ByVal entList As IList(Of T), _ 
ByVal attributes As GfxAttributesWire, _ 
ByVal shaderParams As ShaderParameters, _ 
ByVal blockRefTransform As Transformation, _ 
ByVal drawCallBack As DrawForSelectionEntityDelegate, _ 
Optional ByVal selectableOnly As Boolean = true, _ 
Optional ByVal leafSelection As Boolean = false, _ 
Optional ByVal internalSelection As Boolean = false _ 
)
This language is not supported or no code example is available.
public DrawForSelectionParams( 
Environment environment
Viewport viewport
float selectionLineWeightScaleFactor
IList<T> entList
GfxAttributesWire attributes
ShaderParameters shaderParams
Transformation blockRefTransform
DrawForSelectionEntityDelegate drawCallBack
bool selectableOnly = true, 
bool leafSelection = false, 
bool internalSelection = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

<default>

viewport
Viewport

<default>

selectionLineWeightScaleFactor
float

entList
IList<T>

<default>

attributes
GfxAttributesWire

<default>

shaderParams
ShaderParameters

<default>

blockRefTransform
Transformation

<default>

drawCallBack
DrawForSelectionEntityDelegate

<default>

selectableOnly
bool

<default>

leafSelection
bool

If true, the selection is performed inside the BlockReferences down to the leaf level.

internalSelection
bool

.NET Framework

Supported in: 4.8

In this article

Definition