auto_xyz_SetStyleΒΆ

auto_xyz_SetStyle sets the style of a 3D dataset.

bool = auto_xyz_SetStyle(hData, ssStyle)
bool = auto_xyz_SetStyle(hData, nStyleIndex)

Return Value

bool is TRUE (1) if the function was successful, otherwise FALSE (0).

Parameters

hData

hData is the handle of a 3D dataset. The handle is returned by the function auto_LoadDataset.

ssStyle

ssStyle is the name of a style in the active style file.

nStyleIndex

nStyleIndex is the index of the style. The first style has the index 1.

id-2095543