LineTargetPoint# class ansys.stk.core.stkobjects.LineTargetPoint# Line Target Point. Overview# Properties latitude Latitude of a point used in defining a line target. Uses Latitude Dimension. longitude Longitude of a point used in defining a line target. Uses Longitude Dimension. Import detail# from ansys.stk.core.stkobjects import LineTargetPoint Property detail# property LineTargetPoint.latitude: Any# Latitude of a point used in defining a line target. Uses Latitude Dimension. property LineTargetPoint.longitude: Any# Longitude of a point used in defining a line target. Uses Longitude Dimension.