Share

FinishFeatures.Add Method

Parent Object: FinishFeatures

Description

Method that creates a new finish feature. The newly created FinishFeature object is returned.

Syntax

FinishFeatures.Add( pDefinition As FinishDefinition ) As FinishFeature

Parameters

Name Type Description
pDefinition FinishDefinition Input FinishDefinition object that defines the finish feature you want to create. An FinishDefinition object can be created using the FinishFeatures.CreateFinishDefinition method. It can also be obtained from an existing FinishFeature object.

Samples

Name Description
Finish Feature Creation This sample demonstrates how to create a finish feature.

Version

Introduced in version 2024

Was this information helpful?