BlockReference.DrawForSelection<T> Method

Draws the BlockReference for the selection.
Protected Friend Overridable Sub DrawForSelection(Of  _ 
T As Entity)( _ 
ByVal myParams As DrawForSelectionParams(Of T), _ 
ByVal drawCall As drawForSelectionCallback(Of T) _ 
)
This language is not supported or no code example is available.
internal protected virtual void DrawForSelection<T>( 
DrawForSelectionParams<T> myParams
drawForSelectionCallback<T> drawCall 

where T : Entity
This language is not supported or no code example is available.

Type Parameters

T

The entity

Parameters

myParams
DrawForSelectionParams<T>

The parameter

drawCall
drawForSelectionCallback<T>

The draw callback

Remarks
 
Override this method to do special things before or after drawing the blockreference for the selection.

.NET Framework

Supported in: 4.8

In this article

Definition