Note: This API is now obsolete.
Gets the Station Tracker in Multiple Viewports setting.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Removed in IPANEMA.", false)] public PropertyBoolean StationTrackerInMultipleViewports { get; }
VB
<ObsoleteAttribute("Removed in IPANEMA.", false)> Public ReadOnly Property StationTrackerInMultipleViewports As PropertyBoolean Get
C++
public: [ObsoleteAttribute(L"Removed in IPANEMA.", false)] property PropertyBoolean^ StationTrackerInMultipleViewports { PropertyBoolean^ get (); }