Environment.PropagateAttributesAndProcessBlockReferenceForSelection<T> Method

Protected Overridable Function PropagateAttributesAndProcessBlockReferenceForSelection(Of  _ 
T As Entity)( _ 
ByVal myParams As DrawForSelectionParams(Of T), _ 
ByVal ent As Entity, _ 
ByVal originalAttributes As GfxAttributesWire, _ 
ByVal callBack As drawForSelectionCallback(Of T) _ 
) As Boolean
This language is not supported or no code example is available.
protected virtual bool PropagateAttributesAndProcessBlockReferenceForSelection<T>( 
DrawForSelectionParams<T> myParams
Entity ent
GfxAttributesWire originalAttributes
drawForSelectionCallback<T> callBack 

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

Type Parameters

T

Parameters

myParams
DrawForSelectionParams<T>

ent
Entity

originalAttributes
GfxAttributesWire

callBack
drawForSelectionCallback<T>

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition