CODController::CanEditVertices
BOOLCODController::CanEditVertices(CODComponent*pComp)
Determines if a component can be placed in edit vertices mode.
Defined in: OdController.cpp
Return Value
TRUE if the components vertices can be edited. Override this method to change the set of component which can have their vertices edited.
Parameters
pComp
The component to check.