ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolExtensionMethods Class / SetRealWorldUnits Method
ArcGIS.Core.CIM.CIMSymbol
System.Boolean

In This Topic
    SetRealWorldUnits Method
    In This Topic
    Sets whether symbol should be displayed with real world size or with fixed screen size.
    Syntax
    public static void SetRealWorldUnits( 
       CIMSymbol symbol,
       bool realWorldUnits
    )
    Public Shared Sub SetRealWorldUnits( _
       ByVal symbol As CIMSymbol, _
       ByVal realWorldUnits As Boolean _
    ) 

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMSymbol
    realWorldUnits
    System.Boolean
    Remarks
    In 3D scenes if a symbol is set to display in real world units, the symbol will display bigger when camera is zoomed in closer to the symbol and will display smaller as the camera zooms away.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also