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

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

Parameters

model
Type: FDF.Common.ObjectModelModel
name (Optional)
Type: SystemString
description (Optional)
Type: SystemString
code (Optional)
Type: SystemInt32
toleranceXY (Optional)
Type: SystemDouble
toleranceZ (Optional)
Type: SystemDouble
schemaName (Optional)
Type: SystemString
schemaDescription (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also