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


IPythonRasterBuilder.BuilderName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPythonRasterBuilder.BuilderName Property

The builder class name.

[Visual Basic .NET]
Public Property BuilderName As String
[C#]
public string BuilderName {get; set;}
[C++]
HRESULT get_BuilderName(
  BSTR* pBuilderName
);
[C++]
HRESULT put_BuilderName(
  BSTR pBuilderName
);
[C++]

Parameters pBuilderName [out, retval] pBuilderName is a parameter of type BSTR pBuilderName [in] pBuilderName is a parameter of type BSTR

Product Availability

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

See Also

IPythonRasterBuilder Interface