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


IPlacedObject3.ControlShape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.ControlShape Property
ArcGIS Developer Help

IPlacedObject3.ControlShape Property

Control shape of the placed object.

[Visual Basic .NET]
Public Property ControlShape As IGeometry
[C#]
public IGeometry ControlShape {get; set;}
[C++]
HRESULT get_ControlShape(
  IGeometry** Shape
);
[C++]
HRESULT put_ControlShape(
  IGeometry* Shape
);
[C++]
Parameters
Shape [out, retval]

Shape is a parameter of type IGeometry** Shape [in]
Shape is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlacedObject3 Interface