CopyStyleFrom

CopyStyleFrom copies the styles from a point cloud model in order to then paste the styles to a different point cloud model using the CopyStyleTo method. All properties are copied except for Name and the properties listed in the Model and Position sections of the point cloud property sheet.

 

JavaScript

 

CopyStyleFrom(PointCloudObjectID)

 

C#

 

void CopyStyleFrom (string PointCloudObjectID)

 

C++

 

HRESULT CopyStyleFrom ([in] BSTR PointCloudObjectID);

Parameters

PointCloudObjectID

ID of the point cloud model from which to copy the styles.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.