Solid Edge Framework Type Library
GetLineLeading Method
Returns the line leading.
Returns the leading type (Cap, Descender, Tile, or Fixed)
Description
Returns the line leading and type for the referenced TextStyle object.
Syntax
Visual Basic
Public Sub GetLineLeading( _
   ByRef leading As Double, _
   ByRef leadingType As Long _
) 
Parameters
leading
Returns the line leading.
leadingType
Returns the leading type (Cap, Descender, Tile, or Fixed)
See Also

TextStyle Object  | TextStyle Members

Send comments on this topic.