This version of Unity is unsupported.

VisualEffectAsset.GetTextureDimension

public Rendering.TextureDimension GetTextureDimension(int nameID);
public Rendering.TextureDimension GetTextureDimension(string name);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.

Description

Gets the TextureDimension of a named exposed Texture.

See Also:TextureDimension.