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.4.2516.0

Syntax

C#
public PointCloudPointStyle PointStyle { get; }
Visual Basic
Public ReadOnly Property PointStyle As PointCloudPointStyle
	Get
Visual C++
public:
property PointCloudPointStyle^ PointStyle {
	PointCloudPointStyle^ get ();
}

See Also