Share

SurfaceContourStyle.SetContourValues 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.280

Syntax

C#

public void SetContourValues(
	ContourValues[] contourValuesArray
)

VB

Public Sub SetContourValues ( 
	contourValuesArray As ContourValues()
)

C++

public:
void SetContourValues(
	array<ContourValues^>^ contourValuesArray
)

Parameters

contourValuesArray  ContourValues
 

Remarks

The size of array should be the same as NumberOfRanges, or else ArgumentException will be thrown.

See Also

Reference

Was this information helpful?