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


IRemoteMetadataName.IsRoot Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.IsRoot Property
ArcGIS Developer Help

IRemoteMetadataName.IsRoot Property

Indicates whether this metadata document is the root document.

[Visual Basic .NET]
Public Property IsRoot As Boolean
[C#]
public bool IsRoot {get; set;}
[C++]
HRESULT get_IsRoot(
  VARIANT_BOOL pIsRoot
);
[C++]
HRESULT put_IsRoot(
  Boolean* pIsRoot
);
[C++]
Parameters
pIsRoot [in]

pIsRoot is a parameter of type bool pIsRoot [out, retval]
pIsRoot is a parameter of type bool*

Product Availability

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

See Also

IRemoteMetadataName Interface