Click or drag to resize
IFdoFeatureProperty Interface
Interface providing feature property classification capabilities.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFeatureProperty : IFdfEnumerable, 
	IFdfQueryable, IFdfMergeable<IFdfEnumerable>, IFdfLocalizable, ICloneable

The IFdoFeatureProperty type exposes the following members.

Properties
  NameDescription
Public propertyType
Gets or sets feature property type.
Public propertyValue
Gets or sets feature property value.
Top
Remarks