File3dmObjectTableAddLinearDimension Method (LinearDimension, ObjectAttributes) |
Adds a linear dimension to the 3dm file object table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Guid AddLinearDimension(
LinearDimension dimension,
ObjectAttributes attributes
)
Public Function AddLinearDimension (
dimension As LinearDimension,
attributes As ObjectAttributes
) As Guid
Parameters
- dimension
- Type: Rhino.GeometryLinearDimension
A dimension. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to dimension.
Return Value
Type:
GuidA unique identifier for the object.
See Also