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


IMarker3DSymbol.IsRestricted Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IMarker3DSymbol.IsRestricted Property

Indicates if the marker restricts access to internal shape.

[Visual Basic .NET]
Public ReadOnly Property IsRestricted As Boolean
[C#]
public bool IsRestricted {get;}
[C++]
HRESULT get_IsRestricted(
  VARIANT_BOOL* IsRestricted
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DSymbol Interface