Click or drag to resize
IFdoTransform Interface

Namespace: FDF.Common.Features.Transforms
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoTransform : IFdfQueryable, 
	IDisposable

The IFdoTransform type exposes the following members.

Properties
  NameDescription
Public propertyIsDisabled
Gets or sets whether this transform is disabled or not.
Top
Methods
  NameDescription
Public methodTransform
Performs in-place coordinate transformation of a feature.
Top
See Also