Click or drag to resize

MetadataManagerGetCount Method

지정된 파일의 Metadata 항목 개수를 반환

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public int GetCount(
	string path
)

Parameters

path  String
VIZ 파일 경로 (경로 + 파일)

Return Value

Int32
지정된 파일의 Metadata 항목 개수
See Also