Click or drag to resize
IFdoFeatureAnnotation Interface
Interface providing feature annotation (labeling) capabilities.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFeatureAnnotation : IFdfQueryable, 
	IFdfLocalizable, ICloneable

The IFdoFeatureAnnotation type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets feature annotation alignment.
Public propertyHandle
Gets or sets feature annotation handle.
Public propertyHasPosition
Returns True if feature position is set, otherwise returns False.
Public propertyHeight
Gets or sets feature annotation height (points).
Public propertyPosition
Gets or sets feature annotation position.
Public propertyValue
Gets or sets feature annotation value.
Top
Remarks