Geography.SendTo 메서드
현재 공간 개체를 지정된 파이프라인으로 보냅니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public Overridable Sub SendTo ( _
chain As GeographyPipeline _
)
‘사용 방법
Dim instance As Geography
Dim chain As GeographyPipeline
instance.SendTo(chain)
public virtual void SendTo(
GeographyPipeline chain
)
public:
virtual void SendTo(
GeographyPipeline^ chain
)
abstract SendTo :
chain:GeographyPipeline -> unit
override SendTo :
chain:GeographyPipeline -> unit
public function SendTo(
chain : GeographyPipeline
)
매개 변수
- chain
유형: System.Spatial.GeographyPipeline
공간 파이프라인입니다.