LayerSet3DViewTypeΒΆ

LayerSet3DViewType sets the projection type for a 3D diagram.

bool = LayerSet3DViewType(hLayer, nType)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

Identifies the layer.

nType

nType is 0 for a parallel projection and 1 for a perspective view.

id-1182587