This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.IsRestricted Property (ArcObjects .NET 10.4 SDK) |
Indicates if the use of the globe document is restricted to certain applications.
[Visual Basic .NET] Public Function get_IsRestricted ( _ ByVal bsDocument As String _ ) As Boolean
[C#] public bool get_IsRestricted ( string bsDocument );
[C++]
HRESULT get_IsRestricted(
BSTR bsDocument,
VARIANT_BOOL* pbIsRestricted
);
[C++]
Parameters bsDocument [in] bsDocument is a parameter of type BSTR pbIsRestricted [out, retval] pbIsRestricted is a parameter of type VARIANT_BOOL