CODController::CanAlwaysEditVertices
BOOLCODController::CanAlwaysEditVertices(CODComponent*pComp)
Determines if a component will always appear with control handles on its vertices. Override this method to change the components which will never have the standard eight control handles.
Defined in: OdController.cpp
Return Value
TRUE if the component should always appear with control handles on its vertices.
Parameters
pComp
The component to check.