SurfaceContourStyleSetContourValues Method

Set an array of ContourValues that represent how to render major and minor contours.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetContourValues(
	ContourValues[] contourValuesArray
)

Parameters

contourValuesArray  ContourValues
 
Remarks
The size of array should be the same as NumberOfRanges, or else ArgumentException will be thrown.
See Also