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


IFindObj.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFindObj Interface > IFindObj.Value Property
ArcGIS Developer Help

IFindObj.Value Property

String value.

[Visual Basic .NET]
Public Property Value As String
[C#]
public string Value {get; set;}
[C++]
HRESULT get_Value(
  BSTR Value
);
[C++]
HRESULT put_Value(
  System.String* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type BSTR Value [out, retval]
Value is a parameter of type BSTR*

Product Availability

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

See Also

IFindObj Interface