|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeatureSnapAgent2
Provides access to properties controlling Snapping in Z.
This interface is new at ArcGIS 9.3. It supersedes IFeatureSnapAgent.
| Method Summary | |
|---|---|
boolean |
isZSnappingEnabled()
Indicates whether this Agent will snap in Z. |
void |
setZSnappingEnabled(boolean zSnapEnabled)
Indicates whether this Agent will snap in Z. |
| Methods inherited from interface com.esri.arcgis.editor.IFeatureSnapAgent |
|---|
getFeatureCache, getFeatureClass, getHitType, setFeatureClassByRef, setHitType |
| Methods inherited from interface com.esri.arcgis.editor.ISnapAgent |
|---|
getName, snap |
| Method Detail |
|---|
void setZSnappingEnabled(boolean zSnapEnabled)
throws IOException,
AutomationException
zSnapEnabled - The zSnapEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isZSnappingEnabled()
throws IOException,
AutomationException
Determines whether the snap agent referencing z-aware data should test the snap point against the Z-snap tolerance defined by ISnapEnvironment2::SnapZTolerance. The z-snap agent is evaluated using this tolerance only if the feature snap agent's HitType is active for one or more XY constraints.
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 | ||||||||