StylesRootPointCloudStyles Property |
Gets the collection of PointCloudStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointCloudStyleCollection PointCloudStyles { get; }
Public ReadOnly Property PointCloudStyles As PointCloudStyleCollection
Get
public:
property PointCloudStyleCollection^ PointCloudStyles {
PointCloudStyleCollection^ get ();
}
Property Value
PointCloudStyleCollection
See Also