SurfaceContourStyleGetContourValues 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.8.0.292
Syntax
public 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