IMutableSpatialIndex.BoundingBoxXMin 속성

Gets or sets the x-coordinate of the lower-left corner of a bounding box.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Property BoundingBoxXMin As Double 
    Get 
    Set
‘사용 방법
Dim instance As IMutableSpatialIndex 
Dim value As Double 

value = instance.BoundingBoxXMin

instance.BoundingBoxXMin = value
double BoundingBoxXMin { get; set; }
property double BoundingBoxXMin {
    double get ();
    void set (double value);
}
abstract BoundingBoxXMin : float with get, set
function get BoundingBoxXMin () : double 
function set BoundingBoxXMin (value : double)

속성 값

유형: System.Double
The x-coordinate of the lower-left corner of a bounding box.

참고 항목

참조

IMutableSpatialIndex 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스