Share

SurfaceAnalysisUserDefinedContourData.Color Property

Gets or sets the color for the contour. This is an AutoCAD Color object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Color Color { get; set; }

VB

Public Property Color As Color
	Get
	Set

C++

public:
property Color^ Color {
	Color^ get ();
	void set (Color^ value);
}

Property Value

Color

See Also

Reference

Was this information helpful?