ArcObjects Library Reference (Carto)  

IIMSGlobeSubServiceDescription.ParentName Property

The name of the parent.

[Visual Basic .NET]
Public Property ParentName As String
[C#]
public string ParentName {get; set;}
[C++]
HRESULT get_ParentName(
  BSTR* Parent
);
[C++]
HRESULT put_ParentName(
  BSTR Parent
);
[C++]

Parameters

Parent [out, retval]   Parent is a parameter of type BSTR Parent [in]   Parent is a parameter of type BSTR

Product Availability

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

See Also

IIMSGlobeSubServiceDescription Interface