FastPointCloud.IsSmall Method

Checks if an entity is small and can be skipped during the drawing.
Protected Friend Overrides Function IsSmall( _ 
ByVal data As IsSmallParams
) As Boolean
This language is not supported or no code example is available.
internal protected override bool IsSmall( 
IsSmallParams data 
)
This language is not supported or no code example is available.

Parameters

data
IsSmallParams

The data

Return Value

bool

True, if the entity is small classified as small.

.NET Framework

Supported in: 4.8

In this article

Definition