ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureLayer Class / SetUsesRealWorldSymbolSizes Method
Boolean to toggle the settings.
(Optional) Reference map scale. (default value = -1)

In This Topic
    SetUsesRealWorldSymbolSizes Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also