LinetypeTableLoadDefaultLinetypes Method |
Fills in the linetype table with any default linetypes not already included.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic int LoadDefaultLinetypes()
Public Function LoadDefaultLinetypes As Integer
Return Value
Type:
Int32The number of default linetypes added to the linetype table.
Remarks
New documents only contain the continuous linetype. Other default linetypes
are added, on demand, when the user needs them. Calling this function ensures
that the linetype table is populated with the default linetypes.
See Also