Gets the name of the texture that appears in the Texture PropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSystemTextureName( _
ByVal FileNameIn As String, _
ByRef Res As Boolean _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ITexture
Dim FileNameIn As String
Dim Res As Boolean
Dim value As String
value = instance.GetSystemTextureName(FileNameIn, Res)
|
C# | |
---|
string GetSystemTextureName(
string FileNameIn,
out bool Res
) |
C++/CLI | |
---|
String^ GetSystemTextureName(
& String^ FileNameIn,
& [Out] bool Res
) |
Parameters
- FileNameIn
- Path and filename of texture (see Remarks)
- Res
TRUE if the name of the texture that appears in the Texture PropertyManager is returned, FALSE if not
Return Value
Name of texture as it appears in the Texture PropertyManager (see
Remarks)
Example
Remarks
See Also
Availability
SolidWoirks 2005 FCS, Revision Number 13.0