Gets or sets the projection direction for mapping the appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ProjectionReference As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Integer
instance.ProjectionReference = value
value = instance.ProjectionReference
|
C# | |
---|
int ProjectionReference {get; set;} |
C++/CLI | |
---|
property int ProjectionReference {
int get();
void set (int value);
} |
Return Value
1 = ZX
2 = YZ
3 = Current View
4 = Selected Reference
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0