阅读:1611回复:3
AE里能不能做对象捕捉??
AE里能不能做对象捕捉??好象没有提供这样的接口哦~
|
|
1楼#
发布于:2005-06-17 14:30
<P>在帮助里找找了,下面是个接口啊,但肯定是可以的</P>
<P>Snap Method </P> <P>Snap the feature based on the arguments. </P> <P><B>Syntax</B></P> <P><I>object</I>.<B>Snap</B> <B>(</B><I>point</I>, <I>tolerance</I><B> )</B></P> <P>The <B>Snap</B> method syntax has the following object qualifier and arguments:</P> <P> <TABLE cellSpacing=4 cols=2 cellPadding=4> <TR vAlign=top> <TH width="15%">Part</TH> <TH width="85%">Description</TH></TR> <TR vAlign=top> <TD class=t width="15%"><I>object</I></TD> <TD class=t width="85%">An <a>object expression</A> that evaluates to an object in the Applies To list.</TD></TR> <TR vAlign=top> <TD class=t width="15%"><I>point</I></TD> <TD class=t width="85%">Required. An <B><a href="ms-its:esriGeometry.chm::/IPoint.htm" target="_blank" >IPoint</A></B> object.</TD></TR> <TR vAlign=top> <TD class=t width="15%"><I>tolerance</I></TD> <TD class=t width="85%">Required. A <a>Double</A> that represents the tolerance.</TD></TR></TD></TR></TABLE></P> <P><B>Return Value</B></P> <P>Boolean</P> <P><B>Product Availability</B></P> <DIV>Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.</DIV> <P><B>Remarks</B></P> <P>It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.</P> |
|
|
2楼#
发布于:2005-06-17 14:47
能,我们已经做了
[此贴子已经被作者于2005-6-17 14:48:55编辑过]
|
|
3楼#
发布于:2005-06-19 11:15
其实不需要捕捉 直接可以用clean啊
|
|