Share

StylesRoot.PointCloudStyles Property

Gets the collection of PointCloudStyle objects in the database.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public PointCloudStyleCollection PointCloudStyles { get; }

VB

Public ReadOnly Property PointCloudStyles As PointCloudStyleCollection
	Get

C++

public:
property PointCloudStyleCollection^ PointCloudStyles {
	PointCloudStyleCollection^ get ();
}

Property Value

PointCloudStyleCollection

See Also

Reference

Was this information helpful?