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


IRepresentation.Shape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.Shape Property
ArcGIS Developer Help

IRepresentation.Shape Property

Representation geometry.

[Visual Basic .NET]
Public Property Shape As IGeometry
[C#]
public IGeometry Shape {get; set;}
[C++]
HRESULT putref_Shape(
  IGeometry* Shape
);
[C++]
Parameters
Shape [in]

Shape is a parameter of type IGeometry*

Product Availability

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

See Also

IRepresentation Interface