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


IIMSGlobeSubServiceDescription.ParentName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeSubServiceDescription Interface > IIMSGlobeSubServiceDescription.ParentName Property
ArcGIS Developer Help

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(
  System.String* Parent
);
[C++]
Parameters
Parent [in]

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

Product Availability

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

See Also

IIMSGlobeSubServiceDescription Interface