PbMiscTextAttrGetLineLength Method |
Gets line length attributes.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetLineLength(
out sbyte endLineChar,
out int lineLength
)
Public Sub GetLineLength (
<OutAttribute> ByRef endLineChar As SByte,
<OutAttribute> ByRef lineLength As Integer
)
public:
void GetLineLength(
[OutAttribute] signed char% endLineChar,
[OutAttribute] int% lineLength
)
member GetLineLength :
endLineChar : sbyte byref *
lineLength : int byref -> unit
Parameters
- endLineChar
- Type: SystemSByte
- lineLength
- Type: SystemInt32
Remarks See Also