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


IMarker3DSymbol.IsRestricted Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DSymbol Interface > IMarker3DSymbol.IsRestricted Property
ArcGIS Developer Help

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(
  Boolean* IsRestricted
);
[C++]
Parameters
IsRestricted [out, retval]

IsRestricted is a parameter of type bool*

Product Availability

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

See Also

IMarker3DSymbol Interface