IMdProject::ObjectEntities
Description
This property allows you to get and set objects to be projected.
Syntax
Property get:
ProjectEntities = ObjectEntities ( );
Return: (IEntityList) ProjectEntities
Entities to be projected.
Property set:
ObjectEntities( ProjectEntities );
Input: (IEntityList) ProjectEntities
Entities to be projected.
Note
To project points use the IMdProject::Points property.