 | PropertyAssetInstance Constructor |
Initializes an instance of the Asset Instance property.
Namespace: AxiomCore2.ControlPropertiesAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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