ArcGIS Pro 2.6 API Reference Guide
SetRealWorldUnits Method

ArcGIS.Desktop.Mapping Namespace > SymbolExtensionMethods Class : SetRealWorldUnits Method
ArcGIS.Core.CIM.CIMSymbol
System.Boolean
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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolExtensionMethods Class
SymbolExtensionMethods Members