다음을 통해 공유


SpatialTypeExtensions.SendTo 메서드

호출을 적절한 형식(지리 또는 기하 도형)으로 위임할 수 있습니다.

네임스페이스:  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/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.

참고 항목

참조

SpatialTypeExtensions 클래스

System.Spatial 네임스페이스