CopyStyleTo

CopyStyleTo pastes the styles that were copied from a point cloud using the CopyStyleFrom method. All layer properties are pasted except for Name and the properties listed in the Model and Position sections of the point cloud property sheet.

 

JavaScript

 

CopyStyleTo(PointCloudObjectID)

 

C#

 

void CopyStyleTo (string PointCloudObjectID)

 

C++

 

HRESULT CopyStyleTo ([in] BSTR PointCloudObjectID);

Parameters

PointCloudObjectID

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

Exceptions

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