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


IIMSGlobeXMLNode.AddBlankAttrib Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.AddBlankAttrib Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IIMSGlobeXMLNode Interface