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