Click or drag to resize
XDL

XftGeometryCollection Class

1이상의 XftGeometry객체를 묶는 그룹을 정의한다. XftGeometry를 상속 받은 모든 클래스들은 공간 좌표 시스템을 공유한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public class XftGeometryCollection : XftGeometry

The XftGeometryCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumGeom
this객체에 존재하는 객체의 수를 얻는다.
Top
Methods
  NameDescription
Public methodAddGeometry
XftGeometry로부터 상속된 객체를 추가한다.
Public methodAddGeometryDirectly
XftGeometry로부터 상속된 객체를 추가한다.
Public methodGetGeometry
입력 인덱스에 해당하는 객체를 삭제한다.
Public methodRemoveGeometry
입력 인덱스에 해당하는 객체를 삭제한다.
Top
See Also