This document is archived and information here might be outdated. Recommended version. |
Marker shape geometry.
[Visual Basic .NET] Public Property Shape As IGeometry
[C#] public IGeometry Shape {get; set;}
[C++]
HRESULT get_Shape(
IGeometry* Shape
);
[C++]
HRESULT putref_Shape(
IGeometry** Shape
);
[C++] Parameters Shape [in]
Shape is a parameter of type IGeometry* Shape [out, retval]
Shape is a parameter of type IGeometry**