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