This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFunctionSeriesProperties Interface > IFunctionSeriesProperties.Property Property (ArcObjects .NET 10.5 SDK) |
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