|
IPointData::Entities
Description
This property allows to get a list of entities to which current point belongs. For example if point is middle of some curve the IPointData::Entities( ) property returns this curve entity.
Syntax
Property get:
Entities = Entities( );
Return: (ICimEntityList) Entities |
A list of entities to which belongs a point. |
|