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


IMarker3DSymbol.RestrictAccessToShape Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IMarker3DSymbol.RestrictAccessToShape Method

Restricts all further access to internal shape.

[Visual Basic .NET]
Public Sub RestrictAccessToShape ( _
)
[C#]
public void RestrictAccessToShape (
);
[C++]
HRESULT RestrictAccessToShape(
void
);

Product Availability

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

Remarks

Once a marker 3D symbol's shape/geometry is set to be restricted, its geometry cannot be obtained via ArcObjects.

See Also

IMarker3DSymbol Interface