Gets the default color for the frontage preview.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0

Syntax

C#
public PropertyColor FrontageColor { get; }
Visual Basic
Public ReadOnly Property FrontageColor As PropertyColor
	Get
Visual C++
public:
property PropertyColor^ FrontageColor {
	PropertyColor^ get ();
}

See Also