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.4.208.0

Syntax

C#

public ContourValues[] GetContourValues()

Visual Basic

Public Function GetContourValues As ContourValues()

Visual C++

public:
array<ContourValues^>^ GetContourValues()

Remarks

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

See Also