Sets the parts list options for balloon creation.
If these options where previously set as a result of creating a parts list or a balloon in the drawing based on the same model,
this call has no effect.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Sub SetPartsListOptions (
partsListOptions As BalloonPartsListOptions
)
C#
void SetPartsListOptions(
BalloonPartsListOptions partsListOptions
)
Parameters
- partsListOptions
- Type: Autodesk.iLogic.Types.BalloonPartsListOptions
See Also
Reference