This document is archived and information here might be outdated. Recommended version. |
Indicates if the the 3D symbols will be scaled with the distance.
[Visual Basic .NET] Public Property Scale3DSymbols As Boolean
[C#] public bool Scale3DSymbols {get; set;}
[C++]
HRESULT get_Scale3DSymbols(
Boolean* pbScaleSyms
);
[C++]
HRESULT put_Scale3DSymbols(
VARIANT_BOOL pbScaleSyms
);
[C++]
Parameters pbScaleSyms [out, retval]
pbScaleSyms is a parameter of type bool* pbScaleSyms [in]
pbScaleSyms is a parameter of type bool