This function returns true if the ViewportTableRecord is currently set to have the UCS icon follow the current UCS origin (as long as the origin is far enough within the viewport to allow the icon to display properly). If the icon is not set to follow the UCS origin in the viewport, then false is returned.
See UCSICON in the AutoCAD Command Reference for more information on the UCS icon following origin.
The UCS icon setting is reflected in the second bit DXF group code 74 (if the bit is set, then the icon will follow the origin).
Public Property IconAtOrigin() As bool
public bool IconAtOrigin;
Read / Write
ViewportTableRecord Class, Autodesk.AutoCAD.DatabaseServices Namespace