public SpatialReferenceBuilder( SpatialReference spatialReference )
Public Function New( _ ByVal spatialReference As SpatialReference _ )
Parameters
- spatialReference
- The spatial reference to initialize this builder with.
public SpatialReferenceBuilder( SpatialReference spatialReference )
Public Function New( _ ByVal spatialReference As SpatialReference _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
System.ArgumentNullException | The spatialReference is null. |
Target Platforms: Windows 11, Windows 10