Gets the collection of PointCloudStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PointCloudStyleCollection PointCloudStyles { get; }
VB
Public ReadOnly Property PointCloudStyles As PointCloudStyleCollection Get
C++
public: property PointCloudStyleCollection^ PointCloudStyles { PointCloudStyleCollection^ get (); }