ArcObjects Library Reference (Carto)  

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