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


IRemoteMetadataName.IsRoot Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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