ArcObjects Library Reference (DefenseSolutions)  

IGSRenderingProfile.MarinerSpecifiedShallowContour Property

Property Mariner Specified Shallow Contour in meters, default is 2m.

[Visual Basic .NET]
Public Property MarinerSpecifiedShallowContour As Integer
[C#]
public int MarinerSpecifiedShallowContour {get; set;}
[C++]
HRESULT get_MarinerSpecifiedShallowContour(
  Long* pVal
);
[C++]
HRESULT put_MarinerSpecifiedShallowContour(
  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

IGSRenderingProfile Interface