Click or drag to resize
FdoEraseDuplicateObjectsTask Class
Task specialized for erasing duplicate features.
Inheritance Hierarchy

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoEraseDuplicateObjectsTask : FdoDoubleFilteredTask

The FdoEraseDuplicateObjectsTask type exposes the following members.

Constructors
  NameDescription
Public methodFdoEraseDuplicateObjectsTask
Initializes a new instance of the FdoEraseDuplicateObjectsTask class
Top
Properties
  NameDescription
Public propertyIgnoreClassification
Public propertyIgnoreElevation
Public propertyIgnoreOrientation
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides FdoTaskIsEmpty.)
Public propertyTolerance
Public propertyToleranceZ
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides FdoTaskClone.)
Public methodEvaluate
Runs the task and returns results of its evaluation. Optionally, run-time errors related to task evaluation may get reported via separate results reference.
(Overrides FdoTaskEvaluate(FdfResultCollection).)
Public methodGetProperties
Returns properties associated with the object instance during run-time.
(Overrides FdoTaskGetProperties(FdfSetting).)
Public methodGetTypeName
Returns String representation of the underlying type.
(Overrides FdoTaskGetTypeName.)
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
(Overrides FdoTaskIsValid(FdfResultCollection, IFdfQueryable).)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Remarks