Gets the style object that specifies properties for surface point objects.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfacePointStyle PointStyle { get; }
VB
Public ReadOnly Property PointStyle As SurfacePointStyle Get
C++
public: property SurfacePointStyle^ PointStyle { SurfacePointStyle^ get (); }