|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHit3DSet
Provides access to members that control the set of Hit3D objects resulting from a 3D picking.
Method Summary | |
---|---|
IArray |
getHits()
The array of hits. |
void |
onePerLayer()
Reduces the hit set to have only one hit per layer. |
void |
setHitsByRef(IArray ppHits)
The array of hits. |
void |
topmost(double factor)
Reduces the hit set to topmost hits. |
Method Detail |
---|
void setHitsByRef(IArray ppHits) throws IOException, AutomationException
ppHits
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getHits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void topmost(double factor) throws IOException, AutomationException
factor
- The factor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onePerLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |