SurfacePointStyleDataPointsSymbol Property |
Gets or sets the value specifying the symbology of the data point display.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointSymbolType DataPointsSymbol { get; set; }
Public Property DataPointsSymbol As PointSymbolType
Get
Set
public:
property PointSymbolType DataPointsSymbol {
PointSymbolType get ();
void set (PointSymbolType value);
}
Property Value
PointSymbolType
See Also