Public Function New( _ ByVal spatialReference As SpatialReference _ )
public SpatialReferenceBuilder( SpatialReference spatialReference )
Parameters
- spatialReference
- The spatial reference to initialize this builder with.
Public Function New( _ ByVal spatialReference As SpatialReference _ )
public SpatialReferenceBuilder( SpatialReference 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 Home, Pro, Enterprise (64 bit)