Gets a reference to be used for linear dimension text placement.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function GetTextPlacementReference (
component As ComponentArgument,
entityName As String,
xDirection As Double,
yDirection As Double
) As LinearDimensionTextReference
C#
LinearDimensionTextReference GetTextPlacementReference(
ComponentArgument component,
string entityName,
double xDirection,
double yDirection
)
Parameters
- component
- Type: Autodesk.iLogic.Types.ComponentArgument
- entityName
- Type: System.String
- xDirection
- Type: System.Double
- yDirection
- Type: System.Double
Return Value
Type:
LinearDimensionTextReference
See Also
Reference