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


IParameterEdit.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IParameterEdit Interface > IParameterEdit.Name Property
ArcGIS Developer Help

IParameterEdit.Name Property

The name of a projection parameter.

[Visual Basic .NET]
Public WriteOnly Property Name_2
[C#]
public void Name_2 {set;}
[C++]
HRESULT put_Name(
  BSTR 
);
[C++]
Parameters
 

is a parameter of type BSTR

Product Availability

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

See Also

IParameterEdit Interface