SqlGeometry.HasM Property
Returns true if at least one point in a spatial object contains value M; otherwise returns false. This property is read-only.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public ReadOnly Property HasM As Boolean
Get
'Usage
Dim instance As SqlGeometry
Dim value As Boolean
value = instance.HasM
public bool HasM { get; }
public:
property bool HasM {
bool get ();
}
member HasM : bool
function get HasM () : boolean
Property Value
Type: System.Boolean
true if at least one point in a spatial object contains value M; otherwise false.