public virtual RequestCode OnVertexBelowMouse( ref bool bFound, PointD3D pntLocation, StorableObject oStorableObject, int detailId )
public: virtual RequestCode OnVertexBelowMouse( bool% bFound, PointD3D pntLocation, StorableObject^ oStorableObject, int detailId )
Parameters
- bFound
- If set to
true
edge will be highlighted or used in selection. - pntLocation
- Location of the selected vertex.
- oStorableObject
- StorableObject which has been selected.
- detailId
Return Value
Default RequestCode for this function is
Nothing
.