Click or drag to resize
XDL

NObjectManagerChangePropertyDirect Method

선택한 주기들의 속성을 변경한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public bool ChangePropertyDirect(
	NList<NanObj> pSelectedObj,
	ePropertyType iType,
	Object chData
)

Parameters

pSelectedObj  NListNanObj
속성을 설정할 주기 목록
iType  ePropertyType
설정할 속성 type
chData  Object
속성 값

Return Value

Boolean
속성 변경을 성공하면 true, 실패하면 false를 반환한다.
See Also