|
![]() |
Constructs a Simulation Appearance giving it a name a colour and level of transparency.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ name As String, _ color As Color, _ transparency As Double _ ) |
C# |
---|
public SimulationAppearance( string name, Color color, double transparency ) |
Visual C++ |
---|
public: SimulationAppearance( String^ name, Color^ color, double transparency ) |
Parameters
- name
- Type: System..::..String
- color
- Type: Autodesk.Navisworks.Api..::..Color
- transparency
- Type: System..::..Double
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Argument 'color' is null |
System..::..ArgumentException | Argument 'color' has been Disposed |