DrawingStandardStyle.SetAvailableStyles Method
Parent Object: DrawingStandardStyleDescription
Method that sets the styles which are available for the standard style.
Syntax
DrawingStandardStyle.SetAvailableStyles( StyleType As StyleTypeEnum, Styles As ObjectCollection )Parameters
Name | Type | Description |
StyleType | StyleTypeEnum | Input StyleTypeEnum value that specifies style type to set the available styles for the standard style. |
Styles | ObjectCollection | Input ObjectCollection object that contains the styles to set as the available styles for the standard style. |