Click or drag to resize

ID Constructor

Constructs an ID object.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public ID(
	string description
)

Parameters

description
Type: SystemString
A printable string description (or null).
See Also