获取或设置捕捉设置类对象。当在地图窗口中进行编辑时,为了提高编辑的精度和效率,可以使用相应的捕捉模式(请参见SnapMode类)。通过此属性可以设置相关的捕捉控制参数,包括捕捉时光标定位点的容限、最多可以捕捉的对象数、捕捉线的最小长度以及控制哪些捕捉模式有效等等,详细信息请参见SnapSetting类。

命名空间:  SuperMap.UI
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public SnapSetting SnapSetting { get; set; }

字段值

默认值为 { FixedAngle=90,FixedLength=1000,IsSnappedLineBroken=false,MaxSnappedCount=500,MinSnappedLength=50,Tolerance=3,EnableSnapModes=PointOnEndpointPointOnPointPointOnLinePointOnExtensionPointWithHorizontalOrVerticalLineWithFixedAngleLineWithHorizontalOrVerticalLineWithPerpendicularLineWithParallelLineWithFixedLength,}。

请参见