 | XDMCompManagerGetXDMCompositeAt Method |
입력 인덱스에 대한 색합성 인스턴스를 얻는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic XDMComposite GetXDMCompositeAt(
int Index
)
Parameters
- Index
- Type: SystemInt32
[In] 인덱스
Return Value
Type:
XDMComposite 입력 인덱스가 유효하면 해당 위치의 XDMComposite 인스턴스를 반환하고, 그렇지 않으면 null을 반환
See Also