|
NXOverlayLayerUpdateComposite Method
|
추가할 때 지정한 이름으로 Composite를 찾아 갱신한다.
Namespace: Pixoneer.NXDL.NXPlanetAssembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntaxpublic bool UpdateComposite(
string strName
)
Parameters
- strName String
- Composite의 이름.
Return Value
Boolean 이름에 부합하는 원본이 있는 경우 true, 그렇지 않으면 false를 반환
See Also