Gets or sets the normal texture map for this material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NormalTexture As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.String
instance.NormalTexture = value
value = instance.NormalTexture |
C# | |
---|
System.string NormalTexture {get; set;} |
C++/CLI | |
---|
property System.String^ NormalTexture {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of the normal texture map
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34