Click or drag to resize
XDL

NanGroup Methods

The NanGroup type exposes the following members.

Methods
  Name Description
Public method AddObj 리스트의 끝 부분에 NanObj 를 추가한다.
Public method ApplyScale 그룹 객체를 설정한 중심 좌표에 설정한 스케일로 도시한다.
Public method CalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public method Clone 객체를 복사한다.
(Overrides NanObjClone)
Public method GetNumOfObjs NanGroup 에 포함된 NanObj 객체 개수를 가져온다.
Public method GetObjAt 리스트의 index 에서 NanObj 객체를 가져온다.
Public method RemoveAll NanGroup 에서 모든 객체를 제거한다.
Public method RemoveAt 리스트의 지정한 index 에서 NanObj 객체를 제거한다.
Public method SetThickUnit 도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObjSetThickUnit(Boolean, Double, Double))
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also