ArcObjects Library Reference (3DAnalyst)  

IMarker3DSymbol.Shape Property

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 [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. Requires 3D Analyst Extension.

See Also

IMarker3DSymbol Interface