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; }
Public Overridable Property Filename As String
Get
Set
Property Value
Type:
StringSee Also