AcManager.Tools.Objects.TrackObjectBase.ClearData C# (CSharp) Method

ClearData() protected method

protected ClearData ( ) : void
return void
        protected override void ClearData() {
            base.ClearData();
            City = null;
            GeoTags = null;
            SpecsLength = null;
            SpecsPitboxes = null;
            SpecsWidth = null;
        }