AcManager.Tools.Objects.TrackExtraLayoutObject.GetLocation C# (CSharp) Method

GetLocation() protected method

protected GetLocation ( ) : string
return string
        protected override string GetLocation() {
            return _location;
        }