Create Method (Boolean, Boolean)
Creates the implementation of the format.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Create ( _
hasZ As Boolean, _
hasM As Boolean _
) As WellKnownBinaryFormat
'Usage
Dim hasZ As Boolean
Dim hasM As Boolean
Dim returnValue As WellKnownBinaryFormat
returnValue = WellKnownBinaryFormat.Create(hasZ, hasM)
public static WellKnownBinaryFormat Create(
bool hasZ,
bool hasM
)
public:
static WellKnownBinaryFormat^ Create(
bool hasZ,
bool hasM
)
static member Create :
hasZ:bool *
hasM:bool -> WellKnownBinaryFormat
public static function Create(
hasZ : boolean,
hasM : boolean
) : WellKnownBinaryFormat
Parameters
- hasZ
Type: System..::..Boolean
Controls the writing of the Z dimension.
- hasM
Type: System..::..Boolean
Controls the writing of the M dimension.
Return Value
Type: System.Spatial..::..WellKnownBinaryFormat
Returns the created well-known binary format implementation.