Description
This property allows you to get and set an entity used in procedure definitions. For examples of usage see the IMdPlane::Mode property.
Syntax
Property get:
Entity = SecondEntity ( );
|
Return: (IEntity) Entity |
An entity. |
Property set:
SecondEntity( Entity );
|
Input: (IEntity) Entity |
An entity. |