Click or drag to resize

SecurityManagerAdd(Boolean, String, Boolean, DateTime) Method

현재 모델에 열람 암호 및 만료일을 지정

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void Add(
	bool usePassword,
	string password,
	bool useexpire,
	DateTime expire
)

Parameters

usePassword  Boolean
암호 여부
password  String
암호
useexpire  Boolean
암호 만료일 여부
expire  DateTime
암호 만료일
Exceptions
See Also