IEntityHelper Interface Send Feedback
See Also  Members   Example
Allows access to entities.

Syntax

Visual Basic 
Public Interface IEntityHelper 
C# 
public interface IEntityHelper 
JavaScript 
Object dsEntityHelper
COM native C++ 
interface IEntityHelper
C++ 
class dsEntityHelper

Example

Remarks

This interface allows you to access a group of sketch or BlockDefinition entities (Lines, Circles, Splines, etc.) and perform operations on those entities without having to cast each entity individually. Depending on what you want to do, call ISketchManager::GetEntities or ISelectionManager::GetSelectedObjects or IBlockDefinition::GetEntities to create the group of entities on which to perform operations.

Accessors

Object Model

See Also