This document is archived and information here might be outdated. Recommended version. |
Indicates if the 3D symbols in a layer are scaled down with distance.
[Visual Basic .NET] Public Sub set_Scale3DSymbols ( _ ByVal pLayer As ILayer, _ ByVal A_2 As Boolean _ )
[C#] public void set_Scale3DSymbols ( ILayer pLayer, bool A_2 );
[C++]
HRESULT put_Scale3DSymbols(
ILayer* pLayer,
VARIANT_BOOL
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer* [in]
is a parameter of type bool