|
Application Constructor
|
Creates a new instance of the Application class.
Namespace:
CADSharpTools.SOLIDWORKS
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic Application(
int revisionNumber = -1,
bool visible = false
)
Public Sub New (
Optional revisionNumber As Integer = -1,
Optional visible As Boolean = false
)
Parameters
- revisionNumber (Optional)
- Type: SystemInt32
- visible (Optional)
- Type: SystemBoolean
See Also