Click or drag to resize

PropertyAssetInstance Constructor

Initializes an instance of the Asset Instance property.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public 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