Click or drag to resize
FdoProviderTryGetParameterValues Method

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryGetParameterValues(
	ref ParameterValueCollection values,
	FdoFeature feature,
	ref FdfResultCollection results = null
)

Parameters

values
Type: ParameterValueCollection
feature
Type: FDF.Common.FeaturesFdoFeature
results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also