SimplifyDefinition.EnvelopesReplaceStyle Property
Parent Object: SimplifyDefinitionDescription
Read-write property that gets and sets envelopes replace style. When the definition is just created this is default to kNoneReplaceStyle. Valid values are kNoneReplaceStyle, kAllInOneEnvelopeReplaceStyle, kEachBodyReplaceStyle and kSelectedBodiesReplaceStyle.
Syntax
SimplifyDefinition.EnvelopesReplaceStyle() As EnvelopesReplaceStyleEnumProperty Value
This is a read/write property whose value is an EnvelopesReplaceStyleEnum.Samples
Name | Description |
Part SimplifyFeature Sample | This sample demonstrates how to create a simplify feature in part document. |