Click or drag to resize
FdoFeatureCollectionAsDictionary Method
Returns a dictionary of features classified by specified element attribute.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public Dictionary<Object, FdoFeatureCollection> AsDictionary(
	Attribute attribute
)

Parameters

attribute
Type: FDF.Common.ObjectModelAttribute

Return Value

Type: DictionaryObject, FdoFeatureCollection
Remarks