Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Erstellt die Implementierung des Formatierers und überprüft, ob der angegebene Formatierer über eine Z-Dimension verfügt.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Create ( _
allowOnlyTwoDimensions As Boolean _
) As WellKnownTextSqlFormatter
'Usage
Dim allowOnlyTwoDimensions As Boolean
Dim returnValue As WellKnownTextSqlFormatter
returnValue = WellKnownTextSqlFormatter.Create(allowOnlyTwoDimensions)
public static WellKnownTextSqlFormatter Create(
bool allowOnlyTwoDimensions
)
public:
static WellKnownTextSqlFormatter^ Create(
bool allowOnlyTwoDimensions
)
static member Create :
allowOnlyTwoDimensions:bool -> WellKnownTextSqlFormatter
public static function Create(
allowOnlyTwoDimensions : boolean
) : WellKnownTextSqlFormatter
Parameter
- allowOnlyTwoDimensions
Typ: System.Boolean
Beschränkt den Formatierer ausschließlich auf zwei Dimensionen.
Rückgabewert
Typ: System.Spatial.WellKnownTextSqlFormatter
Der erstellte WellKnownTextSqlFormatter.