Environment.GetTemporarySelectionFaceData Method

Gives the chance to overriders to get temporary face selection data and optionally to skip temporary face selection drawing.
Public Overridable Function GetTemporarySelectionFaceData( _ 
ByVal parents As Stack(Of BlockReference), _ 
ByVal ent As Entity, _ 
ByVal faceSelInfo As List(Of SelectionInfoSubItems), _ 
ByVal selStatus As selectionStatusType
) As Boolean
This language is not supported or no code example is available.
public virtual bool GetTemporarySelectionFaceData( 
Stack<BlockReference> parents
Entity ent
List<SelectionInfoSubItems> faceSelInfo
selectionStatusType selStatus 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The stack of parents

ent
Entity

The entity

faceSelInfo
List<SelectionInfoSubItems>

The list of SelectionInfoSubItems

selStatus
selectionStatusType

The selection status

Return Value

bool

True to skip standard drawing, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition