SoProjectionGetCurrentProjectionInfos Method |
Return current projection name and id.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetCurrentProjectionInfos(
out string name,
out int id
)
Public Sub GetCurrentProjectionInfos (
<OutAttribute> ByRef name As String,
<OutAttribute> ByRef id As Integer
)
public:
void GetCurrentProjectionInfos(
[OutAttribute] String^% name,
[OutAttribute] int% id
)
member GetCurrentProjectionInfos :
name : string byref *
id : int byref -> unit
Parameters
- name
- Type: SystemString
- id
- Type: SystemInt32
Remarks See Also