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


IRasterXformer2.Width Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterXformer2.Width Property

The output width in pixels.

[Visual Basic .NET]
Public ReadOnly Property Width As Integer
[C#]
public int Width {get;}
[C++]
HRESULT get_Width(
  long* pWidth
);
[C++]

Parameters pWidth [out, retval] pWidth is a parameter of type long

Product Availability

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

See Also

IRasterXformer2 Interface