GeometryCurve 생성자
GeometryCurve 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Protected Sub New ( _
coordinateSystem As CoordinateSystem, _
creator As SpatialImplementation _
)
‘사용 방법
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation
Dim instance As New GeometryCurve(coordinateSystem, _
creator)
protected GeometryCurve(
CoordinateSystem coordinateSystem,
SpatialImplementation creator
)
protected:
GeometryCurve(
CoordinateSystem^ coordinateSystem,
SpatialImplementation^ creator
)
new :
coordinateSystem:CoordinateSystem *
creator:SpatialImplementation -> GeometryCurve
protected function GeometryCurve(
coordinateSystem : CoordinateSystem,
creator : SpatialImplementation
)
매개 변수
- coordinateSystem
유형: System.Spatial.CoordinateSystem
이 인스턴스의 좌표계입니다.
- creator
유형: System.Spatial.SpatialImplementation
이 인스턴스를 만든 구현입니다.