Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the builder that will be called by the parser to build the new type.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected Function MakeValidatingBuilder As KeyValuePair(Of SpatialPipeline, IShapeProvider)
'Usage
Dim returnValue As KeyValuePair(Of SpatialPipeline, IShapeProvider)
returnValue = Me.MakeValidatingBuilder()
protected KeyValuePair<SpatialPipeline, IShapeProvider> MakeValidatingBuilder()
protected:
KeyValuePair<SpatialPipeline^, IShapeProvider^> MakeValidatingBuilder()
member MakeValidatingBuilder : unit -> KeyValuePair<SpatialPipeline, IShapeProvider>
protected function MakeValidatingBuilder() : KeyValuePair<SpatialPipeline, IShapeProvider>
Return Value
Type: System.Collections.Generic.KeyValuePair<SpatialPipeline, IShapeProvider>
The builder that was created.