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


IFunctionSeriesProperties.Property Property (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.Property Property
ArcGIS Developer Help

IFunctionSeriesProperties.Property Property

Value of the property with the provided name. Not applicable to all functions.

[Visual Basic .NET]
Public Function get_Property ( _
    ByVal Name As String _
) As Object
[Visual Basic .NET]
Public Sub set_Property ( _
    ByVal Name As String, _
    ByVal pVal As Object _
)
[C#]
public object get_Property (
    string Name
);
[C#]
public void set_Property (
    string Name,
    object pVal
);
[C++]
HRESULT get_Property(
  BSTR Name,
  VARIANT pVal
);
[C++]
HRESULT put_Property(
  BSTR Name,
  Variant* pVal
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR pVal [in]
pVal is a parameter of type VARIANT Name [in]
Name is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type VARIANT*

Product Availability

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

See Also

IFunctionSeriesProperties Interface