ArcObjects Library Reference (DefenseSolutions)  

IGSGeoSymRenderer.ShipsSafetyDepthContour Property

The safety depth contour in meters.

[Visual Basic .NET]
Public Property ShipsSafetyDepthContour As Integer
[C#]
public int ShipsSafetyDepthContour {get; set;}
[C++]
HRESULT get_ShipsSafetyDepthContour(
  Long* pVal
);
[C++]
HRESULT put_ShipsSafetyDepthContour(
  Long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Long pVal [in]   pVal is a parameter of type Long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSGeoSymRenderer Interface