次の方法で共有


SpatialTypeExtensions.SendTo メソッド

適切な型 (Geography または Geometry) の呼び出しの委任を許可します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
<ExtensionAttribute> _
Public Shared Sub SendTo ( _
    shape As ISpatial, _
    destination As SpatialPipeline _
)
'使用
Dim shape As ISpatial
Dim destination As SpatialPipeline

shape.SendTo(destination)
public static void SendTo(
    this ISpatial shape,
    SpatialPipeline destination
)
[ExtensionAttribute]
public:
static void SendTo(
    ISpatial^ shape, 
    SpatialPipeline^ destination
)
static member SendTo : 
        shape:ISpatial * 
        destination:SpatialPipeline -> unit 
public static function SendTo(
    shape : ISpatial, 
    destination : SpatialPipeline
)

パラメーター

使用に関するメモ

Visual Basic および C# では、このメソッドを型 ISpatial の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。このメソッドを呼び出すためにインスタンス メソッドの構文を使う場合は、最初のパラメーターを省略してください。詳細については、「https://msdn.microsoft.com/ja-jp/library/bb384936(v=vs.103)」または「https://msdn.microsoft.com/ja-jp/library/bb383977(v=vs.103)」を参照してください。

関連項目

参照

SpatialTypeExtensions クラス

System.Spatial 名前空間