GeometryTessellationFunction.FillRow(Object, SqlBytes, Int16, Int32) メソッド

定義

セル パラメーターに、指定したオブジェクトのテッセレーション プロパティ値を入力します。

public static void FillRow(object obj, out System.Data.SqlTypes.SqlBytes cellId, out short cellAttributes, out int spatialReferenceId);
static member FillRow : obj * SqlBytes * int16 * int -> unit
Public Shared Sub FillRow (obj As Object, ByRef cellId As SqlBytes, ByRef cellAttributes As Short, ByRef spatialReferenceId As Integer)

パラメーター

obj
Object

セルパラメーターの入力に使用するオブジェクト。

cellId
SqlBytes

このメソッドから制御が戻るときに、セルのラベル識別子を格納します。

cellAttributes
Int16

このメソッドから制御が戻るときに、セルのカバレッジ属性を格納します。

spatialReferenceId
Int32

このメソッドから制御が戻るときに、セルの空間参照識別子を格納します。

適用対象