SoPrimitiveCountCacheGet Method |
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Get(
out int numTriangles,
out int numLines,
out int numPoints,
out int numText,
out int numImage
)
Public Sub Get (
<OutAttribute> ByRef numTriangles As Integer,
<OutAttribute> ByRef numLines As Integer,
<OutAttribute> ByRef numPoints As Integer,
<OutAttribute> ByRef numText As Integer,
<OutAttribute> ByRef numImage As Integer
)
public:
void Get(
[OutAttribute] int% numTriangles,
[OutAttribute] int% numLines,
[OutAttribute] int% numPoints,
[OutAttribute] int% numText,
[OutAttribute] int% numImage
)
member Get :
numTriangles : int byref *
numLines : int byref *
numPoints : int byref *
numText : int byref *
numImage : int byref -> unit
Parameters
- numTriangles
- Type: SystemInt32
- numLines
- Type: SystemInt32
- numPoints
- Type: SystemInt32
- numText
- Type: SystemInt32
- numImage
- Type: SystemInt32
Remarks See Also