Share

MarkFeatures.Add Method

Parent Object: MarkFeatures

Description

Method that creates a new mark feature.

Syntax

MarkFeatures.Add( pDefinition As MarkDefinition ) As MarkFeature

Parameters

Name Type Description
pDefinition MarkDefinition Input MarkDefinition object that defines the mark feature you want to create. An MarkDefinition object can be created using the MarkFeatures.CreateMarkDefinition method. It can also be obtained from an existing MarkFeature object.

Samples

Name Description
Mark feature creation sample This sample demonstrates how to create a mark feature in part document.

Version

Introduced in version 2023

Was this information helpful?