Click or drag to resize

RenderContentFilename Property

If the content is file based, this function can be overridden to deal with setting/getting the filename. Corresponds to IRhRdkFileBasedContent in the C++ SDK

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.4
Syntax
public virtual string Filename { get; set; }

Property Value

Type: String
See Also