MarkDefinition.AddGeometrySet Method
Parent Object: MarkDefinitionDescription
Method that creates a new mark geometry set.
Syntax
MarkDefinition.AddGeometrySet( Geometries As ObjectCollection, pStyle As MarkStyle ) As MarkGeometrySetParameters
Name | Type | Description |
Geometries | ObjectCollection | Input ObjectCollection object that specifies the sketch geometries to create mark feature. |
pStyle | MarkStyle | Input MarkStyle object that specifies mark style. |