The shape type of the display node object.
[Visual Basic .NET] Public Property Shape As esriModelDiagramNodeShape
[C#] public esriModelDiagramNodeShape Shape {get; set;}
[C++]
HRESULT get_Shape(
esriModelDiagramNodeShape* pShape
);
[C++]
HRESULT put_Shape(
esriModelDiagramNodeShape pShape
);
[C++]Parameters
pShape [out, retval]pShape is a parameter of type esriModelDiagramNodeShape
pShape [in]pShape is a parameter of type esriModelDiagramNodeShape
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.