Click or drag to resize
FdoFeatureProperty Constructor (String, Object, FdoFeaturePropertyType)
Initializes a new instance of the FdoFeatureProperty class

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdoFeatureProperty(
	string name,
	Object value,
	FdoFeaturePropertyType type
)

Parameters

name
Type: SystemString
value
Type: SystemObject
type
Type: FDF.Common.FeaturesFdoFeaturePropertyType
See Also