ViewerManagerGetSystemAnnotationDefaults Method

Returns system default values of properties of selected annotation type.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns system default values of properties of selected annotation type.")]
public List<AnnotationProperty> GetSystemAnnotationDefaults(
	AnnotationType annotationType
)

Parameters

annotationType  AnnotationType
 

Return Value

ListAnnotationProperty

See Also