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

viewport
Viewport

selectionLineWeightScaleFactor
float

entList
IList<T>

attributes
GfxAttributesWire

shaderParams
ShaderParameters

blockRefTransform
Transformation

drawCallBack
DrawForSelectionEntityDelegate

selectableOnly
bool

leafSelection
bool

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

internalSelection
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition