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