This document is archived and information here might be outdated. Recommended version. |
Indicates whether to exclude restricted portions of the network when loading points.
[Visual Basic .NET]
Public Property ExcludeRestrictedElements As Boolean
[C#]
public bool ExcludeRestrictedElements {get; set;}
[C++]
HRESULT get_ExcludeRestrictedElements(
VARIANT_BOOL bExcludeRestrictedElements
);
[C++]
HRESULT put_ExcludeRestrictedElements(
Boolean* bExcludeRestrictedElements
);
[C++] Parameters bExcludeRestrictedElements [in]
bExcludeRestrictedElements is a parameter of type bool bExcludeRestrictedElements [out, retval]
bExcludeRestrictedElements is a parameter of type bool*