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

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryCreateSpatialContext(
	string name = "",
	string description = "",
	int code = 0,
	double toleranceXY = NaN,
	double toleranceZ = NaN
)

Parameters

name (Optional)
Type: SystemString
description (Optional)
Type: SystemString
code (Optional)
Type: SystemInt32
toleranceXY (Optional)
Type: SystemDouble
toleranceZ (Optional)
Type: SystemDouble

Return Value

Type: Boolean
See Also