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


IFunctionSeriesProperties.ChangeFunctionType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFunctionSeriesProperties Interface > IFunctionSeriesProperties.ChangeFunctionType Method
ArcGIS Developer Help

IFunctionSeriesProperties.ChangeFunctionType Method

Changes function to the one with type name provided.

[Visual Basic .NET]
Public Sub ChangeFunctionType ( _
    ByVal newType As String _
)
[C#]
public void ChangeFunctionType (
    string newType
);
[C++]
HRESULT ChangeFunctionType(
  BSTR newType
);
[C++]
Parameters
newType 

newType is a parameter of type BSTR

Product Availability

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

See Also

IFunctionSeriesProperties Interface