This document is archived and information here might be outdated. Recommended version. |
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