ArcGIS Pro 2.6 API Reference Guide
ExportWeb3DObjectResource Method

ArcGIS.Desktop.Mapping Namespace > SymbolExtensionMethods Class : ExportWeb3DObjectResource Method
ArcGIS.Core.CIM.CIMObjectMarker3D
The path to the output file that will be created.
Exports a 3D marker symbol layer resource to a 3D web object resource JSON file. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public static bool ExportWeb3DObjectResource( 
   CIMObjectMarker3D marker3D,
   string outputPath
)
Public Shared Function ExportWeb3DObjectResource( _
   ByVal marker3D As CIMObjectMarker3D, _
   ByVal outputPath As String _
) As Boolean

Parameters

marker3D
ArcGIS.Core.CIM.CIMObjectMarker3D
outputPath
The path to the output file that will be created.

Return Value

A bool indicating whether the file was successfully created.
Exceptions
ExceptionDescription
This method must be called within the lambda passed to QueuedTask.Run
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SymbolExtensionMethods Class
SymbolExtensionMethods Members