Click or drag to resize
FdoProviderTryCreateSpatialContext Method (Int32, Double, Double, GeEnvelope, FdfResultCollection)

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual bool TryCreateSpatialContext(
	int code,
	double toleranceXY,
	double toleranceZ,
	GeEnvelope envelope,
	FdfResultCollection outResults = null
)

Parameters

code
Type: SystemInt32
toleranceXY
Type: SystemDouble
toleranceZ
Type: SystemDouble
envelope
Type: FDF.Common.GeometriesGeEnvelope
outResults (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also