 | PropertyAssetInstance Constructor |
Initializes an instance of the Asset Instance property.
Namespace: AxiomCore2.ControlPropertiesAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntaxpublic PropertyAssetInstance(
string assetServer,
string assetView,
string assetPath,
string assetType
)
Parameters
- assetServer String
- Server the asset instance is on.
- assetView String
- View the asset instance is from.
- assetPath String
- Relative path, excluding server and view, of the asset instance.
- assetType String
- Asset type defined by model view.
See Also