CADability dotNET
Adjusts the point defined by spf (SourcePoint and Projection) according to the settings of spf (SnapPointFinder..::..SnapModes and other properties) by checking all objects in the visibleLayers. As a result SnapPoint and DidSnap will be set.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void AdjustPoint(
	SnapPointFinder spf,
	Projection projection,
	Set<Layer> visibleLayers
)
Visual Basic
Public Sub AdjustPoint ( _
	spf As SnapPointFinder, _
	projection As Projection, _
	visibleLayers As Set(Of Layer) _
)
Visual C++
public:
void AdjustPoint(
	SnapPointFinder^ spf, 
	Projection^ projection, 
	Set<Layer^>^ visibleLayers
)

Parameters

spf
Type: CADability.GeoObject..::..SnapPointFinder
Point to be adjusted and mode how to adjust
projection
Type: CADability..::..Projection
Projection
visibleLayers
Type: Set<(Of <(<'Layer>)>)>
Visible layers to consider

See Also