PointCloudExportFileFormatPCD Constructor (String, PointCloudExportColorSpace) | 
 Create PCD specification with file name and color space
 
    Namespace: 
   Zivid.NET.Experimental
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic PCD(
	string fileName,
	PointCloudExportColorSpace colorSpace
)
Public Sub New ( 
	fileName As String,
	colorSpace As PointCloudExportColorSpace
)
public:
PCD(
	String^ fileName, 
	PointCloudExportColorSpace colorSpace
)
Parameters
- fileName
 - Type: SystemString
File name - colorSpace
 - Type: Zivid.NET.ExperimentalPointCloudExportColorSpace
Color space 
See Also