SoProjectionSetProjection Method |
Set the current projection.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetProjection(
SbProjection projection
)
Public Sub SetProjection (
projection As SbProjection
)
public:
void SetProjection(
SbProjection^ projection
)
member SetProjection :
projection : SbProjection -> unit
Parameters
- projection
- Type: OIV.Inventor.ProjectionSbProjection
Remarks The specified projection is used regardless of whether it is in the list. In this case the value of the projTypeId field is not used.
See Also