This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadata Interface > IPlugInMetadata.CanEditMetadata Property (ArcObjects .NET 10.5 SDK) |
Indicates if the metadata for the indicated dataset currently writable.
[Visual Basic .NET] Public ReadOnly Property CanEditMetadata As Boolean
[C#] public bool CanEditMetadata {get;}
[C++]
HRESULT get_CanEditMetadata(
VARIANT_BOOL* CanEdit
);
[C++]
Parameters CanEdit [out, retval] CanEdit is a parameter of type VARIANT_BOOL
Returns true if the metadata is currently editable. This implies that a call to put_Metadata is expected to succeed.