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


IRemoteMetadataName.IsRoot Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pIsRoot
);
[C++]

Parameters pIsRoot [out, retval] pIsRoot is a parameter of type VARIANT_BOOL pIsRoot [in] pIsRoot is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRemoteMetadataName Interface