Evaluates the expression against the specified topology element.
virtual AcMap::EErrCode
TopologyExecute(
AcMapValue& tValue,
const char* pcTopologyName,
long topoElementId,
Adesk::Boolean fromCurDwg) = 0;
Returns nothing.
| tValue | Output expression value. |
| pcTopologyName | Input topology name of an object to modify. |
| topoElementId | Input topology element ID of an entity to modify. |
| fromCurDwg | Input true if expression has to be executed against a topology in the current drawing or false if against a topology in a source drawing. |
Topology must be loaded. If the Val type is not initialized, the type of the value is set automatically.


