ArcObjects Library Reference (3DAnalyst)  

IMarker3DPlacement.ZOffset Property

The Z offset value.

[Visual Basic .NET]
Public Property ZOffset As Double
[C#]
public double ZOffset {get; set;}
[C++]
HRESULT get_ZOffset(
  double* ZOffset
);
[C++]
HRESULT put_ZOffset(
  double ZOffset
);
[C++]

Parameters

ZOffset [out, retval]   ZOffset is a parameter of type double ZOffset [in]   ZOffset is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DPlacement Interface