This document is archived and information here might be outdated.  Recommended version.


ICoordinateXform3.NeedVCSTransformation Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICoordinateXform3.NeedVCSTransformation Property

.

[Visual Basic .NET]
Public Property NeedVCSTransformation As Boolean
[C#]
public bool NeedVCSTransformation {get; set;}
[C++]
HRESULT get_NeedVCSTransformation(
  VARIANT_BOOL pNeedVCSTran
);
[C++]
HRESULT put_NeedVCSTransformation(
  Boolean* pNeedVCSTran
);
[C++]

Parameters pNeedVCSTran [in]
pNeedVCSTran is a parameter of type bool pNeedVCSTran [out, retval]
pNeedVCSTran is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICoordinateXform3 Interface