This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.ChildByAttribNameValue Property (ArcObjects .NET 10.4 SDK) |
The node for which the specified attrib is present and equal to value: if value is null then the first node with name is returned.
[Visual Basic .NET] Public Function get_ChildByAttribNameValue ( _ ByVal AttribName As String, _ ByVal atttribValue As String _ ) As IIMSGlobeXMLNode
[C#] public IIMSGlobeXMLNode get_ChildByAttribNameValue ( string AttribName, string atttribValue );
[C++]
HRESULT get_ChildByAttribNameValue(
BSTR AttribName,
BSTR atttribValue,
IIMSGlobeXMLNode** node
);
[C++]
Parameters AttribName [in] AttribName is a parameter of type BSTR atttribValue [in] atttribValue is a parameter of type BSTR node [out, retval]
node is a parameter of type IIMSGlobeXMLNode