Share

SurfacePointStyle.NondestructivePointsColor Property

Gets or sets the value specifying the true color of the non-destructive point display.



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

Syntax

C#

public Color NondestructivePointsColor { get; set; }

VB

Public Property NondestructivePointsColor As Color
	Get
	Set

C++

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

Property Value

Color

See Also

Reference

Was this information helpful?