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


IPythonRasterBuilder.BuilderName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonRasterBuilder Interface > IPythonRasterBuilder.BuilderName Property
ArcGIS Developer Help

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(
  System.String* pBuilderName
);
[C++]
Parameters
pBuilderName [in]

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

Product Availability

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

See Also

IPythonRasterBuilder Interface