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


IGlobeDocument.IsPasswordProtected Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGlobeDocument.IsPasswordProtected Property

Indicates if the globe document is protected by a passsword.

[Visual Basic .NET]
Public Function get_IsPasswordProtected ( _
    ByVal bsDocument As String _
) As Boolean
[C#]
public bool get_IsPasswordProtected (
    string bsDocument
);
[C++]
HRESULT get_IsPasswordProtected(
  BSTR bsDocument,
  VARIANT_BOOL* pbIsPasswordProtected
);
[C++]

Parameters bsDocument [in] bsDocument is a parameter of type BSTR pbIsPasswordProtected [out, retval] pbIsPasswordProtected is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeDocument Interface