TextureFileReference Property |
Gets or sets a copy of the file reference that is used by this texture.
RemarksAfter the get or the set method complete,
you own the copy you received or passed in, and can Dispose() of it.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic FileReference FileReference { get; set; }
Public Property FileReference As FileReference
Get
Set
Property Value
Type:
FileReference
See Also