TranslateNormal Method (IProjection)
Move the centre point of the view by the specified distance, normal to the current view plane
void TranslateNormal(
System.float
)
procedure TranslateNormal(
: System.Single
);
function TranslateNormal(
: System.float
);
void TranslateNormal(
System.float
)
void TranslateNormal(
System.float
)
'Declaration
Sub TranslateNormal( _
ByVal As System.Single _
)
'Usage
Dim instance As IProjection
Dim Offset As System.Single
instance.TranslateNormal(Offset)
Parameters
- Offset
- The distance, measured in real world mm
Target Platforms: .NET CLR 4.8 or higher