Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 552 Bytes

File metadata and controls

27 lines (21 loc) · 552 Bytes

AddVPAnnotationObject

Description

Adds the specified annotation object to the specified viewport.

FUNCTION AddVPAnnotationObject(
				viewportHandle   : HANDLE;
				annotationHandle : HANDLE): BOOLEAN;
def vs.AddVPAnnotationObject(viewportHandle, annotationHandle):
    return BOOLEAN

Parameters

Name Type Description
viewportHandle HANDLE
annotationHandle HANDLE

Version

Availability: from VectorWorks11.0

Category