Reads current object until property name matches or object ends. Case is ignored.
[Visual Basic .NET] Public Function FindProperty ( _ ByVal propname As String _ ) As Boolean
[C#] public bool FindProperty ( string propname );
[C++]
HRESULT FindProperty(
BSTR propname,
VARIANT_BOOL* found
);
[C++]Parameters
propname [in] propname is a parameter of type BSTR found [out, retval] found is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.