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


IRotateOperation.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotateOperation Interface > IRotateOperation.Name Property
ArcGIS Developer Help

IRotateOperation.Name Property

The name of this operation, i.e., description of the kind of Rotate.

[Visual Basic .NET]
Public WriteOnly Property Name
[C#]
public void Name {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

IRotateOperation Interface