PointCloudStyleId Property

Gets the default pointcloud styleId.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyObjectId PointCloudStyleId { get; }

Visual Basic

Public ReadOnly Property PointCloudStyleId As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ PointCloudStyleId {
	PropertyObjectId^ get ();
}

See Also