Version — Version class.. Inherits from: Serializable, Cloneable.
Package: com.aspose.threed
Properties
| Property | Type | Description |
|---|
major | int | |
minor | int | |
build | int | |
Methods
| Method | Returns | Description |
|---|
getMajor() | int | |
getMinor() | int | |
getBuild() | int | |
equals(Object obj) | boolean | |
hashCode() | int | |
toString() | String | |
clone() | Version | |
See Also