Click or drag to resize
IFdoTransformTransform Method
Performs in-place coordinate transformation of a feature.

Namespace: FDF.Common.Features.Transforms
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool Transform(
	ref IFdoFeature value,
	ref FdfResultCollection results = null
)

Parameters

value
Type: FDF.Common.FeaturesIFdoFeature
Feature to transform (in-place).
results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection
Optional transformation results.

Return Value

Type: Boolean
True if transformation suceeded, otherwise returns False.
Remarks