Click or drag to resize

UserViewManagerAdd Method

사용자 뷰 생성

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public int Add(
	string title,
	string description
)

Parameters

title
Type: SystemString
제목
description
Type: SystemString
설명

Return Value

Type: Int32
사용자 뷰 아이디(ID), 1 ~
See Also