This document is archived and information here might be outdated. Recommended version. |
Applies feature properties resulting in a new geometry.
[Visual Basic .NET] Public Sub ApplyFeatureProperties ( _ ByVal feature As IFeature, _ ByRef newGeometry As IGeometry, _ ByVal ignoreOffsetAndScale As Boolean _ )
[C#] public void ApplyFeatureProperties ( IFeature feature, ref IGeometry newGeometry, ref bool ignoreOffsetAndScale );
[C++]
HRESULT ApplyFeatureProperties(
IFeature* feature,
IGeometry** newGeometry,
VARIANT_BOOL ignoreOffsetAndScale
);
[C++]
Parameters feature [in]
feature is a parameter of type IFeature* newGeometry [out]
newGeometry is a parameter of type IGeometry** ignoreOffsetAndScale [in]
ignoreOffsetAndScale is a parameter of type bool