IMutableSpatialIndex.BoundingBoxYMin 속성

Gets or sets the y-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 BoundingBoxYMin As Double 
    Get 
    Set
‘사용 방법
Dim instance As IMutableSpatialIndex 
Dim value As Double 

value = instance.BoundingBoxYMin

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

속성 값

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

참고 항목

참조

IMutableSpatialIndex 인터페이스

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