SurfaceAnalysisContourDataContourValue Property |
Gets or sets the major and minor contour display value (linetype, lineweight, and color) for the contour defined
by the MinimumElevation and MaximumElevation values.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ContourValues ContourValue { get; set; }
Public Property ContourValue As ContourValues
Get
Set
public:
property ContourValues^ ContourValue {
ContourValues^ get ();
void set (ContourValues^ value);
}
Property Value
ContourValues
See Also