ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.AddBlankAttrib Method

Adds a blank attribute to the list of attributes.

[Visual Basic .NET]
Public Function AddBlankAttrib ( _
) As Integer
[C#]
public int AddBlankAttrib (
);
[C++]
HRESULT AddBlankAttrib(
  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