ArcGIS Pro 2.6 API Reference Guide
SetUsesRealWorldSymbolSizes Method

ArcGIS.Desktop.Mapping Namespace > FeatureLayer Class : SetUsesRealWorldSymbolSizes Method
Boolean to toggle the settings.
(Optional) Reference map scale. (default value = -1)
Specifies to use real world symbol size in 3D based on the mapScale. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void SetUsesRealWorldSymbolSizes( 
   bool usesRealWorldSymbolSizes,
   double mapScale
)
Public Sub SetUsesRealWorldSymbolSizes( _
   ByVal usesRealWorldSymbolSizes As Boolean, _
   Optional ByVal mapScale As Double _
) 

Parameters

usesRealWorldSymbolSizes
Boolean to toggle the settings.
mapScale
(Optional) Reference map scale. (default value = -1)
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FeatureLayer Class
FeatureLayer Members