MarkFeatures.CreateMarkDefinition Method
Parent Object: MarkFeaturesDescription
Method that creates a new MarkDefinition objec.
Syntax
MarkFeatures.CreateMarkDefinition( pGeoms As ObjectCollection, pStyle As MarkStyle ) As MarkDefinitionParameters
Name | Type | Description |
pGeoms | ObjectCollection | Input ObjectCollection object that specifies the sketch geometries to create mark feature. |
pStyle | MarkStyle | Input MarkStyle object that specifies mark style. |
Samples
Name | Description |
Mark feature creation sample | This sample demonstrates how to create a mark feature in part document. |