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


IIMSGlobeXMLNode.NumAttrib Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.NumAttrib Property

The number of attributes for this node.

[Visual Basic .NET]
Public ReadOnly Property NumAttrib As Integer
[C#]
public int NumAttrib {get;}
[C++]
HRESULT get_NumAttrib(
  long* num
);
[C++]

Parameters num [out, retval] num is a parameter of type long

Product Availability

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

See Also

IIMSGlobeXMLNode Interface