Share

ModelCompositeAnnotations.CreateDefinition Method

Parent Object: ModelCompositeAnnotations

Description

Creates a model composite annotation definition.

Syntax

ModelCompositeAnnotations.CreateDefinition( BaseAnnotation As ModelAnnotation, [AnnotationType] As Variant ) As ModelCompositeAnnotationDefinition

Parameters

Name Type Description
BaseAnnotation ModelAnnotation Input ModelAnnotation object that specifies the base annotation in the ModelCompositeAnnotation. Valid base annotation can be a ModelDimension, ModelFeatureControlFrame, ModelSurfaceTextureSymbol, ModelLeaderNote and ModelHoleThreadNote.
AnnotationType Variant Optional input String value that specifies the annotation type of the ModelCompositeAnnotation.

This is an optional argument whose default value is null.

Version

Introduced in version 2018

Was this information helpful?