Click or drag to resize
FdoFeatureAnnotation Class
Represents a feature annotation instance (a label).
Inheritance Hierarchy
SystemObject
  FDF.Common.FeaturesFdoFeatureAnnotation

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdoFeatureAnnotation : IFdoFeatureAnnotation

The FdoFeatureAnnotation type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeatureAnnotation
Initializes a new instance of the FdoFeatureAnnotation class
Public methodFdoFeatureAnnotation(String)
Initializes a new instance of the FdoFeatureAnnotation class
Public methodFdoFeatureAnnotation(String, IGePoint)
Initializes a new instance of the FdoFeatureAnnotation class
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets feature annotation alignment.
Public propertyHandle
Public propertyHasPosition
Returns True if feature position is set, otherwise returns False.
Public propertyHeight
Gets or sets feature annotation height (points).
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyPosition
Gets or sets feature annotation position.
Public propertyValue
Gets or sets feature annotation value.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Top
Remarks