Share

SurfaceContourStyle.GetContourValues Method

Gets 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.7.0.1276

Syntax

C#

public ContourValues[] GetContourValues()

VB

Public Function GetContourValues As ContourValues()

C++

public:
array<ContourValues^>^ GetContourValues()

Return Value

ContourValues

Remarks

Since this value is initialized in UI code, this method returns an empty array the first time it is called.

See Also

Reference

Was this information helpful?