SurfacePointStyleDerivedPointsColor Property |
Gets or sets the value specifying the true color of the derived point display.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Color DerivedPointsColor { get; set; }
Public Property DerivedPointsColor As Color
Get
Set
public:
property Color^ DerivedPointsColor {
Color^ get ();
void set (Color^ value);
}
Property Value
Color
See Also