GlobeGraphicsToolbar.SpatialReferenceFactory.SpatialReferenceFactory C# (CSharp) Method

SpatialReferenceFactory() public method

public SpatialReferenceFactory ( int xyCoordinateSystem ) : ESRI.ArcGIS.Geometry
xyCoordinateSystem int
return ESRI.ArcGIS.Geometry
        public SpatialReferenceFactory(int xyCoordinateSystem)
        {
            _spatialReference = GetSpatialReference(xyCoordinateSystem);
        }