ArcObjects Library Reference (Carto)  

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 [out, retval]   pVal is a parameter of type VARIANT Name [in]   Name is a parameter of type BSTR pVal [in]   pVal is a parameter of type VARIANT

Product Availability

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

See Also

IFunctionSeriesProperties Interface